Help with this error qt msvc2015
-
Hi i am using msvc2015 but show me one error. When i enter in the part of compiler i dont see any compiler. I share picture:
https://i.imgsafe.org/a734189029.png
Plz some help? -
If I understand you correctly, you installed the Qt-msvc2015-Binaries - but did you also install the appropriate C++-Compiler provided by Microsoft? If you did so, you should configure it in the Compilers-section and select it afterwards for the Kit.
Normally, if you have installed the correct compiler, the installers used by Qt are automatically configuring it for QtCreator.
-
-
Hi,
Did you install the C++ stuff when you installed Visual Studio ? It's not selected by default.
-
@RIVOPICO Have you checked whether the Visual C++-Compiler was installed together with Visual Studio 2015? Lately it is needed to set a checkmark to do so? If you go to system-control->programs and features and select the entry of Visual Studio 2015 you can use it to change your installation and check, whether you have already installed the compiler.
-
I put this configuration:
https://i.imgsafe.org/a827002539.pngI am trying with online installer and install again to try again.
-
Hi,
you show the Qt installer dialog which installs binaries etc. compiled with the Microsoft compiler. But the questions above ask about whether you have the Microsoft compiler itself installed, as well. And whether maybe Qt creator needs to know where it is on your machine. -
how i can add the compiler: https://i.imgsafe.org/a9e5912f66.png ¿¿??
-
@RIVOPICO There is an Add button, why not click on it?
And before you was already asked whether you installed C++ compiler when you installed VS2015. You still did not answer this question. Usually if you install VS the C++ compiler is not installed, so please check your VS installation (not Qt installation!).