Using .PCH Files Across Projects in Visual Workbench
Article ID: 117780
Article Last Modified on 12/2/2003
APPLIES TO
- The Visual Workbench Integrated Debugger, when used with:
- Microsoft Visual C++ 1.0 Professional Edition
- Microsoft Visual C++ 1.5 Professional Edition
- Microsoft Visual C++ 1.51
- Microsoft Visual C++ 1.52 Professional Edition
This article was previously published under Q117780
SUMMARY
In some instances, it is beneficial to share precompiled header (.PCH)
files among several projects. However, the Visual Workbench is not able to
use the program database (.PDB) files, because project-specific information
related to each .PCH file is stored in the .PDB files. This article
explains how to use .PCH files without using .PDB files in the versions of
Visual C++ listed above. This same thing can be done in later versions of
Visual C++ 32-bit Edition, but the steps will be different.
Additional query words: kbinf 1.00 1.10 1.50
Keywords: kbide KB117780