xmake can't find visual studio (x64) even though it's installed #3723
Unanswered
VerveIsBad
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Did you install c++ develop toolchain? you can open vs prompt cmd and try to run cl.exe. Does it (cl.exe) work? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm attempting to build a project on my windows machine using xmake. I installed it perfectly fine, but whenever I run
xmake
to build the project, I get the following output:Here is my
xmake.lua
file:I have Visual Studio Community edition installed, but I use Visual Studio Code as my main editor. I have attempted to find people with other similar problems, but I could not.
Beta Was this translation helpful? Give feedback.
All reactions