It's "Non Using Precompiled Headers" There are options..... Create precompiled headers, Use precompiled headers, <inherit from parent or project default>
Which one do I select?
User Profile
Collapse
-
-
-
Thx, but can you be more specific??? I don't really know where to find the options.....
The code in text
#include <iostream>
using namespace std;
int main()
{
cout<<"Hello"<< endl;
return 0;
}
Here are the error in text...
Error 1 error C2146: syntax error : missing ';' before identifier '_Fpz' c:\program files\microsoft...Leave a comment:
-
That's all I got. A .cpp. That's it. And all the code is just that.
I know C,now I want to do C++ and it's just give random errors when trying to compile. As far as I'm concerned... my code is fine... isn't that right???Leave a comment:
-
Compiler giving errors on iosfwd file.
My 1st program in C++....
Unexpected errors come up and all to do with the header.....
Plz help me... :(...
No activity results to display
Show More
Leave a comment: