Solution error fatal error c1010: unexpected end of file while looking for precompiled head

Source: Internet
Author: User

When compiling vs, the following error occurs: Fatal error c1010: unexpected end of file while looking for precompiled head.


Detailed explanation: the critical error c1010 indicates that the file is not expected to end when a pre-compiled header file is searched. The pre-Compilation instruction file is not found.

As the name implies, the pre-compilation fails because the pre-compilation file is missing. The solution can obviously cancel the pre-compilation or help the compiler find the pre-compilation file.

Solution:

1. Right-click the CPP file in the project, choose Project> Settings> C/C ++> precompile header, and set it to the first item: Not using precompile headers.

2. Add the file stdafx. h at the beginning of the. cpp file. # Include "stdafx. H"


~~~~~~~~~~~ Please call Lei Feng ~~~~~~~~~


Solution error fatal error c1010: unexpected end of file while looking for precompiled head

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.