This won't compile. I'm very, very new at this and don't understand why not I'm afraid...

It is the very first program... (I said I was a beginner!)

Code:
#include <iostream>

using namespace std;

int main()
{
  cout<<"HEY, you, I'm alive! Oh, and Hello World!\n";
  cin.get();
}
I get
Error FIRST.CPP 1"unable to open include file "IOSTREAM""
and...
Fatal FIRST.CPP 3: Unable to create output file '\TC\FIRST.obj'

help!!!!!!!

In anticipation
Leaghaire