I am trying to compile a simple VS program in C++ as an assignment for class. We only ever include and I keep getting this error:
try to add #include "stdafx.h" before #include "iostream"
#include "stdafx.h"
#include "iostream"