我写了一个小程序,编译时出现了下面的错误:
Compiling...
StdAfx.cpp
fatal error C1001: INTERNAL COMPILER ERROR
        (compiler file 'msc1.cpp', line 1786) 
         Please choose the Technical Support command on the Visual C++ 
         Help menu, or open the Technical Support help file for more information
Error executing cl.exe.
通过在网上查找原因,说可能是内存不足。我用了别人介绍的三种方法,一种是用自动预处理,一种是不要用预处理头文件。第三种在工程——设置——C/C++下面的工程选项增加虚拟内存。前面两种方式我用了后,错误还是一样的。第三种方式我在工程选项下面添加了Zm1000后错误还是一样的,但是改为Zm2000时,错误是:
Compiling...
StdAfx.cpp
fatal error C1063:
Error executing cl.exe.
  我不知道该如何改了!
请教各位高手!不甚感激!