Windows 7, Visual Studio 2013 Professional, MKL 2017
I'm having an error when attempting to build a c++ project on newly installed MSVS 2013 using the MKL libraries. The error is MSB4086: A numeric comparison was attempted on "$(SuiteVer)" that evaluates to "[Intel Compiler is not installed]" instead of a number, in condition "$(SuiteVer) >= 17 OR $(MKLMNewArgFormat) == 1". It seems to be complaining about no Intel C++ compiler being installed. That's fine, I don't think I have it, and I don't think that I should need it to use the MKL libraries.
I've gone through the usual checks of making sure that the VS/MKL integration features installed correctly, everything there looks fine. And yes, I do have MKL enabled from the VS project settings.
I also know the code is good, I previously was able to compile on VS2012 and can still compile on our Linux cluster (which has the Intel compiler installed but I don't think I have that on my Windows machine), but I want to debug locally before compiling on and submitting jobs to the cluster.
Any help is much appreciated. Thanks.