Qt Creator 4 - Windows 10 detects MSVC but not detects cl.exe and lib + include folders
-
Did you check the compiler settings in "Tools/Options.../Build & Run/Compilers"?
Qt headers/libs are found if Qt is configured properly in QtCreator, no need to have it in PATH. -
Even after install Qt 5.7 final not working.
Options > Tools > Compilers look like this: https://ctrlv.cz/shots/2016/06/16/Tq9z.png
-
Is the C++ compiler really installed?
As far as I know it is not installed by default if you install VS2015.
Can you build a simple C++ program in VS2015? -
Sure, there is a prove: https://ctrlv.cz/shots/2016/06/17/RPx7.png
Yes I know VS15 normally not install C++, I installed these modules
Can be problem in drives? Visual Studio is not installed on System drive.
-
In the screen-shot you posted you have compilers with exactly same name under autodetected and manual sections. Which one do you use? Are there differences?