ReInstall或用DEBUG看看什么错。

解决方案 »

  1.   

    我就是自建一个工程后,什么代码都没写,按F7运行,就这样出现
    -------------------Configuration: hello_world_2 - Win32 Debug--------------------
    Compiling resources...
    Compiling...
    StdAfx.cpp
    Compiling...
    hello_world_2.cpp
    E:\vctemp\hello_world_2\hello_world_2.cpp(46) : 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
    MainFrm.cpp
    ChildFrm.cpp
    hello_world_2Doc.cpp
    hello_world_2View.cpp
    Generating Code...
    Error executing cl.exe.hello_world_2.exe - 1 error(s), 0 warning(s)why?
      

  2.   


    对我的打击也太大了,刚刚雄心壮志学VC来提高一个身价,不曾想一个HELLO 把我搞得晕头
    这日子,兄弟们,同情我的就留个MAIL吧,帮我提高嘛
    哥们我是在广州,呵
      

  3.   

    换成release版本试一下,有许多时候是它本身的问题。
      

  4.   

    你先拿AppWizard生成一个工程,不添加任何代码,看看编译是否通过。如果能通过,说明你添加的代码有问题;如果不能通过,说明你的VC有问题。