Code:
 #include <iostream>

using namespace std;

int main()
{
  cout<<"HEY, you, I'm alive! Oh, and Hello World!\n";
  cin.get();

  return 1;
}

That's the code I put in there(Yes its from the very first lesson :P )

And I get this error when I try to build and run it..
"Jesses C++ - Debug" uses an invalid compiler. Skipping...
Nothing to be done.
Can someone help me out?..