Watch the video:
Timestamps:
0:00 - Intro/Explanation
0:30 - How to install Build Tools 2022
0:51 - Microsoft made downloading Build Tools difficult...
1:59 - How to download Build Tools 2019
2:39 - How to download Build Tools 2015
Installing Build tools 2022 is simple. But installing Build Tools 2015 or 2019 is not. This guide shows you the easiest way to install Build Tools 2015, 2019, or 2022.
Download VS / Build Tools: https://aka.ms/buildtools
App Installer (Fix missing winget): https://learn.microsoft.com/en-us/windows/msix/app-installer/install-update-app-installer
winget install –id=Microsoft.VisualStudio.2022.BuildTools -e
winget install –id=Microsoft.VisualStudio.2019.BuildTools -e
winget install –id=Microsoft.BuildTools2015 -e
Timestamps