-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Description
Description
It is neither a bug nor a feature.
I want to contribute to this project but first must build it. Unfortunately, the build fails with this error:
Severity Code Description Project File Line Suppression State
Error MSB8020 The build tools for v143 (Platform Toolset = 'v143') cannot be found. To build using the v143 build tools, please install v143 build tools. Alternatively, you may upgrade to the current Visual Studio tools by selecting the Project menu or right-click the solution, and then selecting "Retarget solution". CustomOpenDialog C:\Program Files\Microsoft Visual Studio\2022\Preview\MSBuild\Microsoft\VC\v170\Microsoft.CppBuild.targets 440
The readme says I have to install "C++ ATL for UWP build tools" but the VS Installer doesn't have such an option. I have installed the "C++ ATL for latest v143 build tools (x86 & x64)". There is an option "C++ Universal Windows Platform support for v143 build tools (ARM64)", should I install it.
I am using VS Version 17.2.0 Preview 1.0
Steps To Reproduce
- Download repo
- Install VS 2022
- Install Windows SDK
- Change Solution Platform to x64
- Build
Expected behavior
Solution should build
Files Version
latest master
Windows Version
Windows 11 Pro 21H2 22000.527
Relevant Assets/Logs
n/a