doc: update to Visual Studio 2026 manual install#61655
Open
MikeMcC399 wants to merge 1 commit intonodejs:mainfrom
Open
doc: update to Visual Studio 2026 manual install#61655MikeMcC399 wants to merge 1 commit intonodejs:mainfrom
MikeMcC399 wants to merge 1 commit intonodejs:mainfrom
Conversation
Collaborator
|
Review requested:
|
Contributor
Author
172208e to
f8914ba
Compare
f8914ba to
97176c2
Compare
cjihrig
approved these changes
Feb 4, 2026
Contributor
Author
|
Note, I've also submitted #61652 for the WinGet install In addition I'm looking at the Boxstarter installation instructions. This is proving to be tricky, as it's a legacy dependency and has multi-layered issues. |
lpinca
approved these changes
Feb 5, 2026
StefanStojanovic
approved these changes
Feb 5, 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.
Current situation
BUILDING > Windows > Manual install contains instructions to install Visual Studio 2022.
Visual Studio 2026 is now the latest version and the default version shown on https://visualstudio.microsoft.com
Branches
mainandv25.xare compatible with building under either Visual Studio 2022 or 2026.The workload "C++ build tools" listed for Build Tools does not exist under this name. "Desktop development with C++" is the right workload to be selected with all editions for Visual Studio 2022 or 2026.
Available links
https://visualstudio.microsoft.com/downloads/ is the generic link, which defaults to Visual Studio 2026 and allows access to older versions
https://visualstudio.microsoft.com/downloads/#build-tools-for-visual-studio-2026 for Build Tools for Visual Studio 2026
https://learn.microsoft.com/en-us/visualstudio/releases/2022/release-history#evergreen-bootstrappers links to Visual Studio 2022 Evergreen bootstrappers with the notice:
This includes the currently used link https://aka.ms/vs/17/release/vs_buildtools.exe for Visual Studio Build Tools 2022
Change