◄Up► ◄Contents► ◄Index► ◄Back► ──────────────────────────────────────────────────────────────────────────── Fatal error C1004 unexpected end of file found The default disk drive did not contain sufficient space for compiler-generated temporary files. The space required is approximately two times the size of the source file. This message appears when an #if directive evaluates to false without a corresponding closing #endif directive. This message also appears if the precompiled headers option (/Yu) is enabled but the file doesn't contain a hdrstop pragma. This message also appears when the /Yu<filename> option is used and the source file being compiled does not contain an #include "<filename>" directive that uses the same filename used with /Yu. -♦-