Install Visual Studio C++ Build tools

To install Visual Studio C++ Build tools via command line, run the following command:

Invoke-WebRequest -Uri 'https://aka.ms/vs/17/release/vs_BuildTools.exe' -OutFile "$env:TEMP\vs_BuildTools.exe"
"$env:TEMP\vs_BuildTools.exe" --passive --wait --add Microsoft.VisualStudio.Workload.VCTools --includeRecommended

Tags

cpp

🙏🙏🙏

Since you've made it this far, sharing this article on your favorite social media network would be highly appreciated 💖!

Published