description | title | ms.date | f1_keywords | helpviewer_keywords | ms.assetid | ||
---|---|---|---|---|---|---|---|
Learn more about: Compiler Warning (level 2) C4653 |
Compiler Warning (level 2) C4653 |
11/04/2016 |
|
|
90ec3317-3d39-4b4c-bcd1-97e7c799e1b6 |
compiler option 'option' inconsistent with precompiled header; current command-line option ignored
An option specified with the Use Precompiled Headers (/Yu) option was inconsistent with the options specified when the precompiled header was created. This compilation used the option specified when the precompiled header was created.
This warning can occur when a different value for the Pack Structures option (/Zp) was specified during compilation of the precompiled header.