No compiler found in kit error Qt5.8 on windows
-
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.
-
-
If you mean you installed the Visual C++ build tools, it should be enough to build yes.
-
@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.