No compiler found in kit error Qt5.8 on windows
-
wrote on 2 Apr 2017, 21:53 last edited by
-
Hi and welcome to devnet,
Please search this forum before asking. This question as been asked many times already.
You likely have installed the Visual Studio version of Qt and you didn't install the matching Visual Studio. Therefore go to the Microsoft website an grab the matching version of Visual Studio and don't forget to check the C++ component while installing, it's not selected by default.
If you installed the MinGW edition then you didn't check the option to install MinGW from the Qt Installer. If so, start the maintenance tool and install MinGW.
-
Hi and welcome to devnet,
Please search this forum before asking. This question as been asked many times already.
You likely have installed the Visual Studio version of Qt and you didn't install the matching Visual Studio. Therefore go to the Microsoft website an grab the matching version of Visual Studio and don't forget to check the C++ component while installing, it's not selected by default.
If you installed the MinGW edition then you didn't check the option to install MinGW from the Qt Installer. If so, start the maintenance tool and install MinGW.
wrote on 2 Apr 2017, 22:26 last edited by@SGaist Thanks for the reply !
I didn't install visual studio, I instead installed a redistribution of the required compiler
can you please take a look here and see if I have to download the whole visual studio ?
http://imgur.com/a/mVUyI -
If you mean you installed the Visual C++ build tools, it should be enough to build yes.
-
wrote on 3 Apr 2017, 02:03 last edited by Script22 4 Mar 2017, 11:07
@SGaist So I installed buildtools but now I get this error and can not find a solution online
D:\Windows\Qt\5.8\msvc2015_64\include\QtCore\qglobal.h:45: error: C1083: Cannot open include file: 'type_traits': No such file or directory.
-
Strange, i'd check if the Windows SDK is installed.
1/6