Cannot open include file: 'corecrt.h': No such file or directory
Unsolved
General and Desktop
-
I'm using Visual Studio 2015, Qt 5.6, and Qt Creator 3.6.1 and I'm getting this error when trying to compile any project:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\crtdefs.h:10: error: C1083: Cannot open include file: 'corecrt.h': No such file or directory
-
@Volebab said:
Cannot open include file: 'corecrt.h'
Look at the link below:
https://bugreports.qt.io/browse/QTBUG-50191 -
@alex_malyu - I just found it and you replied here, haha.
I'm trying an approach, let me see if it works. -
-
Had the same problem, solved it using the correction provided in the bug report.