Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 882 Bytes

fatal-error-c1382.md

File metadata and controls

15 lines (12 loc) · 882 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: Fatal Error C1382
Fatal Error C1382
11/04/2016
C1382
C1382
7a100f8c-3179-4927-a2f1-98de4c753850

Fatal Error C1382

the PCH file 'file' has been rebuilt since 'obj' was generated. Please rebuild this object

When using /LTCG, the compiler detected a .pch file that is newer than a CIL .obj that points to it. The information in the CIL .obj file is out of date. Rebuild the object.

C1382 can also occur if you compile with /Yc, but also pass multiple source code files to the compiler. To resolve, do not use /Yc when passing multiple source code files to the compiler. For more information, see /Yc (Create Precompiled Header File).