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.

See Also

Reference

Creating Precompiled Header Files