Hello,
I firstly installed Visual Studio 2010, then Intel Visual Fortran Composer XE 2013, and then Intel Visual Fortran Compiler 11. However in Visual Studio, I was unable to build my Fortran project, because the compiler was not recognized by Visual Studio. After some search in this forum, I found that Compiler version 11 is compatible with Visual Studio 2008. So I uninstalled the compiler and composer, and then installed Visual Studio 2008, and after that I reinstalled composer and compiler again. Now, it seems that Visual Studio has recognized Fortran in some way. However, still I am unable to compile my project using Visual Studio. When I try to build the project, this error occurs: "The Fortran compiler (ifort.exe) cannot be found."
When I use command-line, I am able to compile the project using ifort command, but in Visual Studio it cannot find the compiler. Another surprising observation is that when I go to Visual Fortran settings in Visual Studio options, it seems the compiler is recognized and parameters for executables and libraries are set in there. I have attached the screenshots to this post. I would really appreciate any help in this regard. Maybe this problem is related to environment variables, etc. But I don't know what should I do to solve the problem.
Thanks