-
Notifications
You must be signed in to change notification settings - Fork 15.2k
Description
| Bugzilla Link | 42290 |
| Resolution | WONTFIX |
| Resolved on | Jun 26, 2019 16:28 |
| Version | unspecified |
| OS | Windows NT |
| CC | @zmodem |
Extended Description
On my Windows 10 system with Visual Studio Enterprise 2019 version 16.1.3, the LLVM Compiler Toolchain extension version 1.0.359557 does not install the .props and .targets and .xml files to the folder "MSBuild\Microsoft\VC\v160" where platform toolsets are specified for VS 2019.
Instead, it installs to the folder "Common7\IDE\VC\VCTargets" where platform toolsets are specified for VS 2017. As a result, there is no LLVM platform toolset available in project properties.
I have tried multiple times, including the complete uninstallation and reinstallation of VS and the extension.
After manually copying all 7 files from the wrong folder to the correct folder it works.
With VS 2019, Microsoft seems to have changed the folder where platform toolsets are specified. In this case, the extension has not yet been adapted to this change.