I have solution with multiple projects.
Few common folders for Bin/Lib/Include e.g. all exported lib in Lib folder, executable in Bin folder and header in Include
Example
Solution - S Project A1 - DLL Project A2 - Exe ... Project An
Project A2 is dependent on Proj A1
I have build complete solution and deleted everything except SDK(Bin\lib\Include) folder. because its Big solution so we utilize this exported SDK and build any application
Now i have taken complete code (A1, A2, ... An) and opened only project A2,
But when i build it gives me following error cannot open input file 'C:\Code\Development\Src\A2\Debug7\A1.lib'
Why its not picking up the library from common lib folder.
it was working fine in VS 2008, but after upgrade to 2010 its never worked.