Compile

If the project folder is given another name or moved (copy then past) to a different location, the project can no longer compile anymore.

“unresolved external symbol MAIN_referenced in function main” “F90main.obj”
and some others…

Hi,

You need to need to remove all the dependency files (.d) from the build directories since they contain the path information about your project. The information will then be recreated the next time you build the project. Alternatively, you can simply remove the build directories entirely and then rebuild.

  • Mat