MSVC 2015 kit not configured
-
Hi,
I've a basic question about configuring a project. I need to use MSVC 2015 64 bit for my project. It is auto-detected by Qt but I see there is a warning sign on it and I cant find the compiler. See the screenshot below:
In order to compile using MSVC 2015 compiler, do I need to install the full Visual Studio including IDE?
What should I do to enable MSVC2015 kit?
Thank you
-
Hi,
I've a basic question about configuring a project. I need to use MSVC 2015 64 bit for my project. It is auto-detected by Qt but I see there is a warning sign on it and I cant find the compiler. See the screenshot below:
In order to compile using MSVC 2015 compiler, do I need to install the full Visual Studio including IDE?
What should I do to enable MSVC2015 kit?
Thank you
@SruDom said in MSVC 2015 kit not configured:
do I need to install the full Visual Studio including IDE?
Not necessarily. Microsoft Build Tools are enough (and Windows SDK as far as I know, at least to get the debugger).
-
@SruDom said in MSVC 2015 kit not configured:
do I need to install the full Visual Studio including IDE?
Not necessarily. Microsoft Build Tools are enough (and Windows SDK as far as I know, at least to get the debugger).
-
@jsulm Hi, I installed Microsoft build tool 2015, also the latest Windows SDK. Still the compiler is not found in the kit. Any Idea what could be wrong?