error MSB6006: “CL.exe” exited with code 2

后端 未结 9 1717
刺人心
刺人心 2020-12-31 04:42

I\'m writing with visual c++ and when I compile this error occures:

C:\\Program Files (x86)\\MSBuild\\Microsoft.Cpp\\v4.0\\Platforms\\Win32\\Microsoft.Cpp.Wi         


        
9条回答
  •  星月不相逢
    2020-12-31 05:25

    You should check your your source files; it's probable that the compiler can't find the source file maybe you typed the wrong name. eg writing #include instead of #include will cause the problem.

提交回复
热议问题