Hello,
I can compile my sources on Linux with the ifort compiler without any problems.
However, when I use the same Makefile or when I use the Visual Studio IDE with Visual Fortran Compiler XE 13.0.1.119 the compiler complains about one particular module thus:
path\to\SOURCE\myfortranfile.f90(12): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [fn#fn]
What I find baffling is that the name of the module is mentioned as fn#fn and as far as the code goes, since it compiles without issues on Linux, I'm confident that the sources themselves have no serious issues.
Anything else I need to look out for?
Thanks in advance.