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

后端 未结 17 2807
盖世英雄少女心
盖世英雄少女心 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:13

    I had the same issue in both VS 2010 and VS 2012. On my system the first static lib was built and then got immediately deleted when the main project started building.

    The problem is the common intermediate folder for several projects. Just assign separate intermediate folder for each project.

    Read more on this here

提交回复
热议问题