Eevee
Eevee

Reputation: 43

Intel C++ Compiler Installer not finding Visual Studio

So I was trying to install the Intel C++ Compiler (in the Parallel Studio XE 2018 bundle) and when I go to install it comes up with the warning "Intel C++ Compiler will not work because none of the supported environments is found on your computer," among others. However, one of those supported environments is Microsoft Visual Studio 2017, which I have installed.

I read online that there's some issue with the most recent versions of Visual Studio and that the compiler only works with versions 15.6 and below. I have 15.5.6, but of the Community version. I'm not sure if the Professional version is required; if it is I don't have it installed and I can't figure how to install a previous version.

If there is no way to make this work (or there is, but it's too much of a pain), suggestions for other C++ compilers would be appreciated.

Upvotes: 0

Views: 3702

Answers (1)

Jack Zhai
Jack Zhai

Reputation: 6436

You could see this document about “Troubleshooting Fortran Integration Issues with Microsoft Visual Studio*”:

https://software.intel.com/en-us/articles/troubleshooting-fortran-integration-issues-with-visual-studio/

It shared the version of Visual Studio that is supported by the Intel Parallel Studio XE now.

Upvotes: 0

Related Questions