Mushahid Hussain
Mushahid Hussain

Reputation: 129

I see "No Suitable Kits Found" error in qtcreator whenever I try to create a new project on Windows 10

I want to create a C++ project with a graphical user interface. I thought to give qtcreator a try. I'm seeing this error saying " No suitable kits found" whenever I create a new project. How can I add these kits or avoid this error?

Screenshots: enter image description here

Upvotes: 0

Views: 6408

Answers (3)

Mohammed Affan
Mohammed Affan

Reputation: 31

Just reinstall it. But this time don't go for custom installation in installation folder. Instead, choose the latest "Qt for desktop development"(like 6.3 or something). worked for me!!.

Upvotes: 3

Amit Shrestha
Amit Shrestha

Reputation: 31

To pre-inform you, I am using QT as GUI for C++ .

I had the same problem as your and to solve it I had to reinstall QT. This time I selected the package:( Qt 6.1 for desktop development) unlike last time when I had left the default package selection to (custom installation).

Qt package selection.

Upvotes: 1

Khandakhulu
Khandakhulu

Reputation: 371

I was able to solve this in a rather roundabout way. Firstly, I noticed when trying to create a console application using Visual Studio 2019 that I was getting an error with the line #include . I then decided to run the Visual Studio 2019 installer again and noted that I had not activated 'Desktop Development with C++ Workload'. After activating it I reinstalled Qt5 and I now have a default kit defined and I am able to create Qt5 projects.

Upvotes: 0

Related Questions