The information in this article applies to:
SYMPTOMSIf the /Yc option is used to create a precompiled header from a header file which contains a syntax error, as shown in the code below, the compiler will incorrectly generate the following error: This error is generated after the header file syntax errors are listed and after all lines of the source file have been processed. RESOLUTIONCorrect the syntax errors contained in the header file. STATUSMicrosoft has confirmed this to be a bug in the Microsoft products listed above. This bug was corrected in Visual C++ version 4.1. MORE INFORMATIONThe following code can be used to demonstrate this problem. Sample Code
Additional query words: kbVC400bug 8.00 8.00c 9.00
Keywords : kbCompiler kbCPPonly kbVC kbVC410fix |
Last Reviewed: February 2, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |