How do I build using Visual Studio 2026? #697
Answered
by
ClearScriptLib
AnsisMalins
asked this question in
Q&A
-
|
With the release of Visual Studio 2026, 2022 is no longer available to install. But its build tools can be installed as a component of 2026. Here's how far I got:
|
Beta Was this translation helpful? Give feedback.
Answered by
ClearScriptLib
Nov 26, 2025
Replies: 1 comment 5 replies
-
|
Hi @AnsisMalins, To make the native projects build in Visual Studio 2026, we made the following changes in the .vcxproj files:
Please let us know if that works for you. Thanks! |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
AnsisMalins
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Hi @AnsisMalins,
To make the native projects build in Visual Studio 2026, we made the following changes in the .vcxproj files:
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>.<PlatformToolset>ClangCL</PlatformToolset>.Please let us know if that works for you.
Thanks!