1. VS2017 could not open included file: “corecrt.h” : No such file or directory/ VS2017 could not open included file: “errno.h” : No such file or directory
Solution: Everything searches for the corresponding “corecrt.h”/” errno.h “header file

Find the corresponding path, and then in VS2017

2. ERROR LNK2038: Mismatch of ‘_MSC_VER’ detected: value ‘1600’ Mismatch value ‘1800
I encountered this problem because of the conflict of Qt versions, the problem left over from previous installation, the problem of 32-bit Qt and 64-bit Qt, and the installation path of Qt. Before, one was installed on both C and D disks.

Delete the other one and leave the same Qt as your computer version.
3. Unable to find entry program anchor point, cannot link dynamic library. The module computer type “X64” conflicts with the target computer type “X86”.
First modification:


At the entry point
Set the entry point to the console, and the console will appear after running. It makes me feel bad.
Second modification:


Later, I found that the library call path under UCRT, Tool was set incorrectly. I set it to X64, but I can change it to X86 folder.
Solution: Everything searches for the corresponding “corecrt.h”/” errno.h “header file

Find the corresponding path, and then in VS2017

2. ERROR LNK2038: Mismatch of ‘_MSC_VER’ detected: value ‘1600’ Mismatch value ‘1800
I encountered this problem because of the conflict of Qt versions, the problem left over from previous installation, the problem of 32-bit Qt and 64-bit Qt, and the installation path of Qt. Before, one was installed on both C and D disks.

Delete the other one and leave the same Qt as your computer version.
3. Unable to find entry program anchor point, cannot link dynamic library. The module computer type “X64” conflicts with the target computer type “X86”.
First modification:


At the entry point
Set the entry point to the console, and the console will appear after running. It makes me feel bad.
Second modification:


Later, I found that the library call path under UCRT, Tool was set incorrectly. I set it to X64, but I can change it to X86 folder.
Read More:
- Call to undefined function oci_ Connect() problem solving
- Error LNK2019: unresolved external symbol_ Main the symbol is in the function___ Tmaincrtstartup
- MDK (keil) debugging often appears flashback phenomenon solution.
- Solve the problem of VC6.0 open crash and OpenGL glut32.lib library
- linux startx problem
- Under win864 bit, install python, PyQt4 and sip. (final failure, only record)
- error:could not open…jvm.cfg solution
- How to solve the problem of “unable to open source file XXXXX. H” in VS development?
- Solve the problem of prompt couldn’t find path to unrear library after installing unrear in Python
- This application failed to start because it could not find or load the QT platform
- Arduino reports an error when writing a custom library file to solve the problem of not name of type, not declared in this scope
- Vs2012 compiling PCL dependency library vtk7.0
- Attribute
- Vs2015 configuring OpenGL (glfw Library)
- In VS2010, the compiler cannot open the file “GL / glaux. H”: no such file or directory
- A series of errors encountered in connecting to the database using Oracle SQL developer
- Jython installation
- Perfect solution for IntelliJ idea error “CreateProcess error = 2, system cannot find the specified file”
- ISE simulator reported an error: ERROR:Simulator : 861 – failed to link the design solution
- Could’t find path to unrear Library