Cannot open include file: 'corecrt.h': No such file or directory
-
wrote on 9 Apr 2016, 00:43 last edited by
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
-
wrote on 9 Apr 2016, 00:47 last edited by
@Volebab said:
Cannot open include file: 'corecrt.h'
Look at the link below:
https://bugreports.qt.io/browse/QTBUG-50191 -
@Volebab said:
Cannot open include file: 'corecrt.h'
Look at the link below:
https://bugreports.qt.io/browse/QTBUG-50191wrote on 9 Apr 2016, 00:48 last edited by@alex_malyu - I just found it and you replied here, haha.
I'm trying an approach, let me see if it works. -
wrote on 9 Apr 2016, 02:52 last edited by Volebab 4 Sept 2016, 02:53
-
wrote on 9 Apr 2016, 16:02 last edited by
Anyone knows how to solve this?
-
wrote on 16 Aug 2016, 08:08 last edited by
Had the same problem, solved it using the correction provided in the bug report.
-
wrote on 27 May 2018, 08:48 last edited by Hajime
I had the same issue with the following environment.
- Windows10 64bit
- VS2015
- Qt 5.9.5
Somehow, it had been resolved after I had installed Windows 10 SDK.
I hope it will help somebody in the community.