Also ich hab Win32 Konsolenanwendung und c++ Quelltextdatei angewählt.

Ich poste mal meinen Quelltext:

#include <iostream>

using namespace std;

int main()

{
cout << "Hallo Welt";
return 0;
}