The information in this article applies to:
SYMPTOMSWhen you build projects that use a relative reference to an include file (#include "include\test.h"), the following error message is returned:
CAUSEWhen a scan of all directories is done, the TEST.H file will be added to the dependencies. The .MAK file will include "INCLUDE\TEST.H" as a dependency, instead of "C:\INCLUDE\TEST.H". RESOLUTION
Include the root directory as an include search path by:
STATUSMicrosoft has confirmed this to be a bug in the products listed at the beginning of this article. This problem was corrected in Visual C++ version 2.0. Additional query words: 1.00 1.10 1.50 1.51 1.52
Keywords : kbide kbVC |
Last Reviewed: February 2, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |