- Install Chocolatey.
- Launch a PowerShell terminal in administrator mode.
- Install
visualstudio2019community. - Install the Visual Studio 2019 native C++ Desktop workload with the optional Clang component included:
PS C:\> choco install --force visualstudio2019-workload-nativedesktop --package-parameters "--includeOptional"- Reboot (Or sign out then sign back in).