-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The toolset is not detected #5
Comments
Well for me its working fine (and I also using 15.6.2), can you upload a screenshot of the toolset directory? |
Here you go:
This is the error I get from MSBuild:
And here is content of corresponding directory (I also copied your files there - with no luck):
|
weird... it looks like the visual studio toolsets installed in a different place... I didn't know it could happen ;( |
Unfortunately, |
And normal visual studio c++ projects work without any problem? |
Exactly. And I can't say my installation is abnormal in any way. |
Can you use procmon to see from where msbuild is getting the correct toolsets when using a normal VS project? you should filter to show access to a path that contains |
I've run procmon, recorded all files accessed by
|
A install batch can found at https://github.com/zufuliu/llvm-utils |
I copied files according to instructions, but toolset LLVM-vs2017 did not appear in the list of toolsets. If I set this toolset manually, MSBuild complaints that this toolset is not installed.
Visual Studio Community 2017 15.6.2
The text was updated successfully, but these errors were encountered: