Hi All,
I just noticed that the IFM template from the latest update of FEFLOW 6.2 has a bug.
After battling a bit with the compiler, I went through the .vcxproj and noticed that line 22 was making a reference to the FEFLOW 7 templates (see below).
<ProjectReference Include="$(FEFLOW70_COMMON)\sdk\ifm\lib\vc14\ifm.vcxproj">
Changing to FEFLOW 6.2 (as in next line) fixed the problem:
<ProjectReference Include="$(FEFLOW62_COMMON)\sdk\ifm\lib\vc14\ifm.vcxproj">
Regards,
Eduardo