The information in this article applies to:
SYMPTOMSWhen a project includes header files that include each other, not all of the dependencies are detected. This can cause the Visual Workbench to report that a source file is up to date when it is not up to date. RESOLUTIONYou may need to include some header files directly in the source file instead of in a header file. Please see the "MORE INFORMATION" section, below, for details. 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. MORE INFORMATIONSituation 1The problem can be seen in the following situation:
The dependencies generated for this .MAK file will be as follows:
Situation 2The correct dependencies are generated when you make the following changes:
Additional query words: 1.00 1.50 1.10
Keywords : kbide kbVC |
Last Reviewed: February 2, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |