Precompiled Header Consistency Rules
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 Precompiled Header Consistency Rules.
This section discusses guidelines that will help you use precompiled headers more efficiently:
Because PCH files contain information about the machine environment as well as memory address information about the program, you should only use a PCH file on the machine where it was created.
Show: