Fixed
Details
Details
Assignee
chetanladdha wdx
chetanladdha wdxReporter
Erik Torres Aguilar
Erik Torres AguilarComponents
Priority

Fix versions
Created March 16, 2022 at 5:09 AM
Updated September 29, 2022 at 3:51 PM
Resolved September 29, 2022 at 3:51 PM
With each new version of Visual Studio, a platform toolset is released with it. We currently have a file that automatically detects what version of Visual Studio you are using and sets the platform toolset to its corresponding version. However, Visual Studio 2022 released not too long ago, and we are missing its corresponding version.
From Build.Windows.PlatformToolset.props:
We should add support for v143, otherwise you will need to install previous versions if you want to build using VS2022.