You receive a "fatal error C1001: INTERNAL COMPILER ERROR" error message after you install a Visual Studio 6.0 service pack (236935)
The information in this article applies to:
- Microsoft Visual C++, 32-bit Enterprise Edition 6.0
- Microsoft Visual C++, 32-bit Professional Edition 6.0
- Microsoft Visual C++, 32-bit Learning Edition 6.0
This article was previously published under Q236935 SYMPTOMS After installing a Visual Studio 6.0 Service Pack, existing
projects may give the following error message when they are built:
<..path\filename>(line #) : fatal error C1001: INTERNAL COMPILER ERROR
(compiler file 'msc1.cpp', line 1794)
Please choose the Technical Support command on the Visual C++
Help menu, or open the Technical Support help file for more information.
CAUSE The compiler has problems parsing a precompiled header file
created before the installation of the Visual Studio 6.0 Service Pack. The
compiler was updated by the Service Pack and the new version does not correctly
handle the PCH files created by the original compiler. RESOLUTION Delete all of the temporary files created by the previous
compiler version.
To clean out a project's temporary files using the
Visual C++ IDE, open the project and select Clean from the Build menu. REFERENCES For more information about Visual Studio service
packs, click the following article numbers to view the articles in the
Microsoft Knowledge Base: 194022
Visual Studio 6.0 service packs, what, where, why
194295 How to tell that a Visual Studio service pack is installed
Modification Type: | Major | Last Reviewed: | 6/2/2005 |
---|
Keywords: | kbtshoot kberrmsg kbprb KB236935 kbAudDeveloper |
---|
|