I have install Visual Studio Community 2015. I want to add the visual studio 2015 compiler to Qt Creator. So I get to this screen. https://snag.gy/QND9wl.jpg Now it is asking me to provide the details for the compiler path and make path. When I go to D:\Visual Studio\VC\bin I cannnot find Cl.exe. What are the exact paths for the compiler?
Asked
Active
Viewed 3,163 times
0
-
what does the `auto-detected` show ? – user12345 Jul 04 '16 at 11:01
-
Just the MinGW 5.3.0 32bit compiler – reckless Jul 04 '16 at 11:04
1 Answers
1
Did you actually install the C++ environment? By default, Visual Studio Community 2015 doesn't.
You should rerun the setup and make sure that “Visual C++” is checked under “Programming Languages”.
Possible duplicate: Visual studio doesn't have cl.exe