: When compiling, this error is there?: Fatal Error C1010: UNEXPECTED End of File While Looking For Precompiled: Header Directive: I checked MSDN as if it was not what he said.
This is that the pre-translated head file does not include it, there are two solutions, one is to put all the source program files, plus #include The second method is that if you don't want to change the source file Select Project-> Settings ... Select the appropriate configuration (if you use Debug mode to compile, select the debug mode, if the release method uses release, then open the following source file tree, choose not to add the above include The files of the statement are made in the right to cancel or select the options such as PreCompiled or the options such as None Precompile.