

- What are your must have visual studio extensions in 2017 install#
- What are your must have visual studio extensions in 2017 full#
The SDK Debugging Tools must also be installed. This can be installed separately or by checking the appropriate box in the Visual Studio Installer. You must have the version 1 or higher Windows 10 SDK installed.
What are your must have visual studio extensions in 2017 full#
The full set for that case is: $ PATH_TO_INSTALLER. If you want to build for ARM64 Win32 then some extra arguments are needed. This can be done from the command line by passing these arguments to the Visual Studio installer (see below for ARM64 instructions): $ PATH_TO_INSTALLER.
What are your must have visual studio extensions in 2017 install#
You must install the “Desktop development with C++” component and the “MFC/ATL support” sub-components. Visual Studio Community Edition should work if its license is appropriate for you. The clang-cl compiler is used but Visual Studio’s header files, libraries, and some tools are required. Visual Studio can also be used to debug Chromium, and version 2019 is preferred for this as it handles Chromium‘s large debug information much better.


