Qt created C++ project running error
-
@fuck_vk said in Qt created C++ project running error:
I should be installed, the specific installation did not install how to check under the next? I'm the windows 10 system.
I'm not quite sure I understand your answer correctly.
If you installed the Windows sdk, QtCreator should automatically detect it.
What options do you have when you open the combobox?Usually you'll find the debugger - that came with the sdk - under
drive:\Path\To\Windows Kits\10\Debuggers\x64\cdb.exe
-
@fuck_vk seems like QtC does not find your windows kit, that brings me back to my original question.
Did you install the "Windows10 Software Development Kit" ?https://developer.microsoft.com/windows/downloads/windows-10-sdk
-
@fuck_vk
ah, ok.There's the problem, I assume.
The online installer you download from the offical webside can not, for legal reasons, provide everything out of the box, at least for Windows.
That means if you want to use MSVC and/or UWP compiler you have to install the compiler and the debugger seperately from Windows(their webside)
If you wan't an out of box solution from the Online/Offline installer than you have to use the mingw option. That one comes with a compiler and debugger to use.