Aug 24, 2009

(Visual Studio 2008) fatal error LNK1104: cannot open file 'P-A-T-H\Visual.obj'

got this error when I tried to debug a testing project. the solution is as follows:

VS is choking on a space in the path. When you add your lib to the linker options, make sure you put the full path and file name in quotes.

-----------

this solution is from: MSDN Visual C++ forum