我试图在Visual Studio Premium 2013(最新版本)中编译它,我使用的是Windows 10.(我希望不是我的操作系统是问题,CodeBlocks工作得非常好)。
#include <iostream>
using namespace std;
int main()
{
cout << "Hello World!";
return 0;
}
我收到了这个错误:
1>------ Build started: Project: OtherTest, Configuration: Debug Win32 ------
1>A task was canceled.
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
我尝试编译的任何源代码,完成此错误(即使是空错误)。