Compiler Warning (level 1) C4627

 

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 Compiler Warning (level 1) C4627.

identifier>': skipped when looking for precompiled header use

While searching for the location where a precompiled header is used, the compiler encountered an #include directive for the <identifier> include file. The compiler ignores the #include directive, but issues warning C4627 if the precompiled header does not already contain the <identifier> include file.

Creating Precompiled Header Files

Show: