c++visual-studiovisual-c++visual-studio-2010collada

LINK : fatal error LNK1104: cannot open file 'libcollada14dom21.lib'


I have hit this error at the linker stage:

LINK : fatal error LNK1104: cannot open file 'libcollada14dom21.lib'

I dunno why, libcollada14dom21.lib is in VSDIR/VC/lib.


Solution

  • Make sure that you add libcollada14dom21.lib to Project Options -> Linker -> Input -> Additional Dependencies.