doc: support toolchain Visual Studio 2022 & 2026 + Windows 10 & 11 SDK#61864
Open
MikeMcC399 wants to merge 2 commits intonodejs:mainfrom
Open
doc: support toolchain Visual Studio 2022 & 2026 + Windows 10 & 11 SDK#61864MikeMcC399 wants to merge 2 commits intonodejs:mainfrom
MikeMcC399 wants to merge 2 commits intonodejs:mainfrom
Conversation
Collaborator
|
Review requested:
|
cjihrig
approved these changes
Feb 17, 2026
Contributor
Author
|
I corrected a typo in the OP. Visual Studio 2026 was released in Nov 2025 See https://learn.microsoft.com/en-us/visualstudio/releases/2026/release-rhythm#annual-releases |
lpinca
approved these changes
Feb 17, 2026
StefanStojanovic
approved these changes
Feb 18, 2026
legendecas
reviewed
Feb 18, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Refs: #61449
Situation
The Supported toolchains section of the
BUILDING.mddocument specifies:BUILDING.mddocument, the "Desktop development with C++" workload is required. In the older Visual Studio 2019, this installed the Windows 10 SDK. The Visual Studio 2022 & 2026 releases however install the Windows 11 SDK, not the Windows 10 SDK by default, although they do allow optionally installing the Windows 10 SDK.Change
Update the Supported toolchains section of the
BUILDING.mddocument to:Backporting
This PR can be backported to v25.x with no restrictions
Backporting to v24.x requires the landing of PR [v24.x backport] build: add support for Visual Studio 2026 #61840 for consistency between documentation and capabilities, although backporting without the other PR won't make the documentation any more inaccurate than it currently is
Do not backport to v22.x or v20.x since they are not compatible with Visual Studio 2026 (see [v20.x] doc: supported toolchain with Visual Studio 2019 & 2022 only #61450 & [v22.x] doc: supported toolchain with Visual Studio 2022 only #61451 instead)