fatal error LNK1104: cannot open file 'mfc80d.lib'

  • Thread starter Thread starter FerroCoder
  • Start date Start date
F

FerroCoder

Guest
Hi,

I've been migrating my solution from VS2005 to VS2017. The solution incorporates about 180 projects. All compile and all but one link. The one that does not link creates the executable. The error is "fatal error LNK1104: cannot open file 'mfc80d.lib'". I do not explicitly link the file or MFC 8 anywhere in the project. I've update all third-party libraries, so I should not be getting indirect links. I have seen some discussion around similar problems but no solution that helps.

Any suggestions?

Thanks in advance for your help.

Continue reading...
 
Back
Top