Visual Studio: LINK : fatal error LNK1181: cannot open input file

后端 未结 17 2817
盖世英雄少女心
盖世英雄少女心 2020-12-05 03:47

I\'ve been encountering a strange bug in Visual Studio 2010 for some time now.

I have a solution consisting of a project which compiles to a static library, and anot

17条回答
  •  再見小時候
    2020-12-05 04:19

    For me the problem was a wrong include directory. I have no idea why this caused the error with the seemingly missing lib as the include directory only contains the header files. And the library directory had the correct path set.

提交回复
热议问题