Compiler Warning (level 3) C4622
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 Compiler Warning (level 3) C4622.
Overwriting debug information formed during creation of the precompiled header in object file: 'file'
CodeView information in the specified file was lost when it was compiled with the /Yu (Use Precompiled Headers) option.
Rename the object file (using /Fo) when creating or using the precompiled header file, and link using the new object file.
Show: