QT Creator complaining about MSVC Build and Run kit
-
I have a simple question as in the topic title... Here is a screenshot of my results, I have Visual Studio 2015 Community installed and installed the MSVC compiler using such. QT Creator is still complaining and I couldn't find anything on google. This is only for 64 bit MSVC:
-
Hi! Funnily Visual Studio only ships with stipped down versions of the Windows SDKs. You need to install the debugging tools (CDB) seperately. The archive page for Windows 10 and previous Windows versions is https://developer.microsoft.com/en-us/windows/downloads/sdk-archive. E.g for Windows 10 you need to install the SDK from "Windows 10 SDK (14393) and Microsoft Emulator for Windows 10 mobile". For Windows 7 it's "Windows 7 and .NET Framework 4". During the installation process you need to make sure you install the "Debugging tools for Windows".
-
Hi,
It looks like you installed a 32bit debugger rather than a 64 version.
-
Check that you don't already have it in
Program Files
or in the same folder underx86_64
oramd64
. -
Well, pure speculation here but if you installed both one after the other but started Qt Creator in between, the detection went for the first version of gdb it found. Then there was no need to try to detect again that a new version was available.
In any case, glad you found out !
Since you have it working now, please mark the thread as solved using the "Topic Tools" button so that other forum users may know a solution has been found :)