Fast Compilation
Visual Studio 2015
The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.
The latest version of this topic can be found at Fast Compilation.
To increase the speed of your compiles:
Use minimal rebuild, in which the C++ compiler recompiles a source file only if it is dependent on changes to a class in a header file.
Create Precompiled Header Files and use the precompiled header options.
Show: