<Configuration> <Display Level="basic" AcceptEula="true" /> <SelectableItemCustomization> <SelectableItem Id="VC_COMPILER" Selected="true" /> <SelectableItem Id="VC_ATLMFC" Selected="true" /> <SelectableItem Id="VC_CRT" Selected="true" /> <SelectableItem Id="VC_CMake" Selected="false" /> <SelectableItem Id="SQL" Selected="false" /> </SelectableItemCustomization> </Configuration>
error MSB8020: The build tools for Visual Studio 2010 (Platform Toolset = 'v100') cannot be found. Visual Studio 2010 Build Tools V100 Download
Scroll to the section and choose the edition you need (such as Visual Studio 2010 Express or Professional ). Download the installer file (e.g., vc_web.exe ). Display Level="basic" AcceptEula="true" />
Before diving into downloads, it’s crucial to understand what you are looking for. The "Platform Toolset" ( v100 in this case) is essentially the set of core build tools—compilers (like cl.exe ), linkers, and standard libraries—that MSBuild uses to create your application. SelectableItem Id="VC_COMPILER" Selected="true" />
