BUG: Spaces Preceding Header File Name Generate Build ErrorsLast reviewed: July 21, 1997Article ID: Q121346 |
The information in this article applies to:
SYMPTOMSThe following dependency scan errors and/or compiler C1083 errors are generated when you attempt to scan dependencies or compile a header file that contains an #include directive with leading spaces in the file name:
RESOLUTIONDelete the space(s) preceding the filename in the #include directive.
STATUSMicrosoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. We are researching this bug and will post new information here in the Microsoft Knowledge Base as it becomes available. MORE INFORMATION To reproduce this error, create a text file called TEST.H and include this file in your source file with this statement: #Include " TEST.H" // Note the space between quotation mark (") and TEST.H Attempting to scan dependencies or compile this file, generates the listed errors. Trailing spaces in the included filename are ignored and do not cause errors.
|
Additional query words: 8.00 8.00c 9.00 10.00 10.10 10.20
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |