Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. QT Creator complaining about MSVC Build and Run kit

QT Creator complaining about MSVC Build and Run kit

Scheduled Pinned Locked Moved Solved General and Desktop
9 Posts 3 Posters 2.8k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Offline
    C Offline
    Crag_Hack
    wrote on 21 Oct 2016, 20:53 last edited by Crag_Hack
    #1

    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:

    alt text

    1 Reply Last reply
    0
    • ? Offline
      ? Offline
      A Former User
      wrote on 21 Oct 2016, 21:34 last edited by
      #2

      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".

      1 Reply Last reply
      1
      • C Offline
        C Offline
        Crag_Hack
        wrote on 21 Oct 2016, 23:25 last edited by
        #3

        Thanks Wieland... I actually already installed Win 10 SDK since I require some its libraries. It is version 14393. I obtained it here however. Is this the same you linked to?

        1 Reply Last reply
        0
        • S Offline
          S Offline
          SGaist
          Lifetime Qt Champion
          wrote on 22 Oct 2016, 20:15 last edited by
          #4

          Hi,

          It looks like you installed a 32bit debugger rather than a 64 version.

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          1 Reply Last reply
          1
          • C Offline
            C Offline
            Crag_Hack
            wrote on 24 Oct 2016, 19:37 last edited by
            #5

            How to install 64 bit debugger?

            1 Reply Last reply
            0
            • S Offline
              S Offline
              SGaist
              Lifetime Qt Champion
              wrote on 24 Oct 2016, 19:58 last edited by SGaist
              #6

              Check that you don't already have it in Program Files or in the same folder under x86_64 or amd64.

              Interested in AI ? www.idiap.ch
              Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

              1 Reply Last reply
              0
              • C Offline
                C Offline
                Crag_Hack
                wrote on 28 Oct 2016, 00:02 last edited by
                #7

                Thanks SGaist I got it working. I just changed the debugger like below as you suggested. It appears as if QT Creator is a little broken since it didn't do it automatically. What do you think?
                alt text

                1 Reply Last reply
                0
                • S Offline
                  S Offline
                  SGaist
                  Lifetime Qt Champion
                  wrote on 28 Oct 2016, 20:34 last edited by
                  #8

                  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 :)

                  Interested in AI ? www.idiap.ch
                  Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

                  1 Reply Last reply
                  0
                  • C Offline
                    C Offline
                    Crag_Hack
                    wrote on 28 Oct 2016, 20:35 last edited by Crag_Hack
                    #9

                    On second thought it might have been my fault, I noticed sometimes when scrolling with the mouse wheel in the Options window I would inadvertently scroll one of the dropdown list boxes like Device: or Debugger:.

                    1 Reply Last reply
                    0

                    5/9

                    24 Oct 2016, 19:37

                    • Login

                    • Login or register to search.
                    5 out of 9
                    • First post
                      5/9
                      Last post
                    0
                    • Categories
                    • Recent
                    • Tags
                    • Popular
                    • Users
                    • Groups
                    • Search
                    • Get Qt Extensions
                    • Unsolved