The information in this article applies to:
SYMPTOMSWhen building a file from an existing application that uses precompiled header files, the compiler produces the following error if the source drive letter has changed:
CAUSEThe compiler stores and uses an absolute path to the precompiled header file, not a relative path. RESOLUTIONMicrosoft recommends that you rebuild an application when moving its source code or when connecting with a different drive letter. MORE INFORMATIONThe following sample code demonstrates the behavior. If the two files shown below are compiled from the M: drive and later TEST2.CPP is compiled from the N: drive, the error will occur. Sample Code
Additional query words: 9.00
Keywords : kbCompiler kbCPPonly kbVC kbVC100 kbVC200 kbVC400 kbVC500 kbVC600 |
Last Reviewed: September 16, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |