HOWTO: Using .pch Files Across Projects in the Visual Workbench
Article ID: 137515
Article Last Modified on 10/2/2003
APPLIES TO
- Microsoft Visual C++ 2.0 Professional Edition
- Microsoft Visual C++ 2.1
- Microsoft Visual C++ 2.2
- Microsoft Visual C++ 4.0 Standard Edition
This article was previously published under Q137515
SUMMARY
In some cases, it is beneficial to share precompiled header (.pch) files
among several projects. However, the Visual Workbench can't 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 at
the beginning of this article.
For information about about the 16-bit Visual Workbench, please see the
following article in the Microsoft Knowledge Base:
117780 Using .PCH Files Across Projects in Visual Workbench
Additional query words: 2.00 2.10 2.20 4.00
Keywords: kbhowto kbide KB137515