Fresh installed Qt has Kit problems
-
solved:
follow this guide:
https://stackoverflow.com/questions/47773289/debugging-in-qtcreator-using-msvc2017-compiler#################################
Hio,
last time ive just installed Qt and everything was fine until my motherboard blew up.
New Laptop now, installed Qt and ive got now problems with the Kits.
I used the Windows Installer ( Qt Creator 4.8.0 Community ) and just checked that i need Qt 5.12 ...and now i only can use one kit and that always crashes ... i need the MSVC2017 64b kit ...
Dunno why a fresh installation has this problem, sadly ive installed it again after the first try resulted in the same problem.
screen:
Does someone knows what im doing wrong with the installation? :(
May need some help ...
Last time everything just worked well.
Greetings
-
Hi,
Maybe a silly question but, do you have Visual Studio 2017 installed ?
-
@MaKoZer said in Fresh installed Qt has Kit problems:
... and just to add to @SGaist:
i need the MSVC2017 64b kit ...
Then you don't need all the other Qt versions... I'd just uninstall them.
-
-
Another potentially silly question: did you select the C++ items to install when installing Visual Studio ?
-
-
Microsoft doesn't allow do redistribute its compilers so if you want to get started immediately, then use the MinGW version for which the Qt installer provides also the compiler.
As for VS2017, no you don't need it, you can install the Visual Studio Build Tools.
-
jeez damn, last time we had to do the homework at our uni with MS VS and for the project i decided to switch to Qt ... resulted in a nice 1.0 but i forgot that ive had installed MS VS first.
ok now Qt sees way more compilers etc but it doesnt update the kits ... is there a possibility to "update" the kits that Qt searches again for the good settings?
( it would be damn nice if Qt would warn in the installation that MS VS should be already installed x.x )
@aha_1980 for my project ive just used qDebug() so damn often :D
-
-
The debugger is another download. Microsoft doesn't make the Visual Studio debugger available outside Visual Studio.