FIX: Internal Make Error U1073

Last reviewed: September 18, 1997
Article ID: Q118678
1.00 1.50 1.51 1.52 | 1.00
WINDOWS             | WINDOWS NT
kbtool kbfixlist kbbuglist

The information in this article applies to:

  • The Visual Workbench included with:

        - Microsoft Visual C++ for Windows, versions 1.0, 1.5, 1.51, and
          1.52
        - Microsoft Visual C++ 32-bit Edition, version 1.0
    

SYMPTOMS

When 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'

CAUSE

When 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:

  1. Choosing Directories from the Options menu.

  2. Entering the root directory in the "Include Files Path" field.

NOTE: Adding the path to the "Include Path" field in the Preprocessor category of the C/C++ Compiler Options dialog box does not resolve this problem.

STATUS

Microsoft 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
KBCategory: kbtool kbfixlist kbbuglist
KBSubcategory: VWBIss
Keywords : VwbIss kbbuglist kbfixlist kbtool
Version : 1.00 1.50 1.51 1.52 | 1.00
Platform : NT WINDOWS
Solution Type : kbfix


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: September 18, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.