I am using Visual Studio 2010 with Intel Fortran Composer XE 2013 Update 1.
I am developing a scientific program and I can compile it in Debug Win32 mode. Once I try to do the same in x64 (Configuration Manager-> Active Solution Platform -> x64) I got a huge number of errors like
Error 431 Compilation Aborted (code 1) C:\Projects_VS\aaa.F90 1
Error 430 error #6580: Name in only-list does not exist. [INPUT_MAIN_DATA_FILE] C:\Projects_VS\bbb.F90 79
Error 429 error #6580: Name in only-list does not exist. [name] C:\Projects_VS\ccc.F90 77
Error 428 error #7002: Error in opening the compiled module file. Check INCLUDE paths. [MOD_INPUT_DATA] C:\Projects_VS\ddd.F90 79
Error 427 error #7002: Error in opening the compiled module file. Check INCLUDE paths. [ALGORITHM] C:\Projects_VS\aaa.F90 77
Error 426 Compilation Aborted (code 1) C:\Projects_VS\transform.F90 1
With a different program the same procedure worked fine. I have searched the whole day to find the answer but without any success.
I am really looking forward for your help.