FIX: Internal Make Error U1073Last reviewed: September 18, 1997Article ID: Q118678 |
1.00 1.50 1.51 1.52 | 1.00
WINDOWS | WINDOWS NTkbtool kbfixlist kbbuglist 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:
Internal Make : fatal error U1073: don't know how to make 'include\test.h' 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".
RESOLUTIONInclude 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 reference words: 1.00 1.10 1.50 1.51 1.52
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |