Announcing Visual C++ Build Tools 2015 – standalone C++ tools for build environments

Augustin Popa

Content outdated


To download Build Tools for Visual Studio, see Download Visual Studio Build Tools.
We’re are providing new way of acquiring the C++ tools: as a standalone installer that only lays down the tools required to build C++ projects without installing the Visual Studio IDE. This installer is meant to streamline the delivery of the C++ build tools in your build environments and continuous-integration systems. These tools were first introduced with Visual Studio 2015 Update 1 RC but are kept up-to-date with every release of Visual Studio 2015. This is one of the top asks when we talk with you and hope that this new installer will minimize install times and provide an easier acquisition system in lab environments or for scenarios where you’re not actively doing C++ development but do need the tools to compile C++ code.

How do I get the Build Tools?

This installer is available through the following page. We’d like to hear from you whether it meet your needs and ways we can improve it. Send us your feedback in the comments below or through Connect. Download Visual C++ Build Tools 2015 The installer will install the following components:

  • Visual C++ Compilers (targeting x86, X64 and ARM)
  • Visual C++ headers & libraries (CRT & STL)
  • Visual C++ build scripts (targeting Windows desktop)
  • Microsoft Build Tools 2015 (MSBuild)
  • Windows SDK 8.1 (optional, on by default)
  • Windows SDK 10 (optional, off by default)
  • C++ Build tools specific command prompts
  • MFC and ATL (added with VS 2015 Update 3)

Note: These components are the same version as the ones installed by the Visual Studio 2015. As a result, the C++ Build Tools installer will not run on a machine with Visual Studio 2015 already installed on it. The reverse (i.e. upgrade to Visual Studio) is supported. These tools allow you to build C++ libraries and applications targeting Windows desktop. If you are using the latest Windows 10 SDK for that, make sure you also install the optional Windows 10 SDK components by selecting “Custom” installation type and select “Windows 10 SDK” from the list.

Image 8030 blogpost screendefault2 Image 1682 blogpost screenselect1

After the installation completes, the command prompt shortcuts will be located in “Microsoft Visual C++ Build Tools” under Program Files. For general build scenarios, use the “Visual C++ MSBuild Command Prompt”. If you need access to a specific compiler toolset (for example when building with another build system), use one of the architecture specific command prompts. Image 3225 blogpost cmdprompts

What’s next?

We’re really looking for your feedback on whether this meets your requirements and if you have further suggestions for the future. Based on we received on the Build Tools already we’ve licensed this product to be used in in production-level environments.

Posted in C++

0 comments

Discussion is closed.

Feedback usabilla icon