Weird error Message appears when i try to compile
Every time i attempt to compile a very very simple windows program I get an error from Visual C++ saying:
fatal error RC1004: unexpected end of file found.
It says that the unexpected error comes from my header file. I have no idea how to fix this problem and I have tried everything.
Does anyone know what to do to fix this problem?
did you define a class or structure in the header file and forget to put a ; at the end?
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement