>>206
1行目に#include "stdafx.h"を追加

#include "stdafx.h"
#include <iostream>
#include <string>
using namespace std;
int main()
{
cout << "Hello world" << endl;
return 0;
}