Superwormy
Golden Member
fatal error C1010: unexpected end of file while looking for precompiled header directive
What the heck does that mean and how the heck do I fix it...???
This is all my code right here:
#include "iostream.h"
#include <string>
using namespace std;
#include "Console.h"
int main(int argc, char* argv[])
{
return 0;
}
What the heck does that mean and how the heck do I fix it...???
This is all my code right here:
#include "iostream.h"
#include <string>
using namespace std;
#include "Console.h"
int main(int argc, char* argv[])
{
return 0;
}