Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. Setting up MSVC 2017 kit using Qt Creator

Setting up MSVC 2017 kit using Qt Creator

Scheduled Pinned Locked Moved Unsolved Qt Creator and other tools
4 Posts 3 Posters 451 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.
  • V Offline
    V Offline
    viniltc
    wrote on last edited by
    #1

    Hi,

    I've been setting up the Qt framework on a new PC. I've installed all the kits during the installation, including MSVC 2017 32-bit and 64-bit. However, when I attempt to create a new project, I'm unable to use the MSVC 2017 kit as it gives me an error message saying "No C++ compiler found." What is the recommended method for installing these compilers?

    b9f559e6-0441-40e2-9beb-6c0a38cc5b7e-image.png

    1 Reply Last reply
    0
    • Christian EhrlicherC Christian Ehrlicher moved this topic from General and Desktop on
    • Christian EhrlicherC Offline
      Christian EhrlicherC Offline
      Christian Ehrlicher
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Did you install MSVC 2017 correct?

      Qt Online Installer direct download: https://download.qt.io/official_releases/online_installers/
      Visit the Qt Academy at https://academy.qt.io/catalog

      V 1 Reply Last reply
      1
      • Christian EhrlicherC Christian Ehrlicher

        Did you install MSVC 2017 correct?

        V Offline
        V Offline
        viniltc
        wrote on last edited by
        #3

        @Christian-Ehrlicher Hi, No, I did not install MSVC 2017 separately. Is that required? I was under the impression that by selecting the MSVC kit during the Qt installation, Qt would take care of the compilers automatically.

        cristian-adamC 1 Reply Last reply
        0
        • V viniltc

          @Christian-Ehrlicher Hi, No, I did not install MSVC 2017 separately. Is that required? I was under the impression that by selecting the MSVC kit during the Qt installation, Qt would take care of the compilers automatically.

          cristian-adamC Online
          cristian-adamC Online
          cristian-adam
          wrote on last edited by cristian-adam
          #4

          @viniltc Qt SDK doesn't install the MSVC compiler, just the MinGW one.

          You can use a package manager like choco to install the compiler.

          Try:

          $ choco install visualstudio2017buildtools
          

          Afterwards then select Visual Studio Installer from Start Menu to actually install the compiler.

          1 Reply Last reply
          3

          • Login

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