Error 1:
LINK : fatal error LNK1104: cannot open file 'xerces-c_3D.lib'
Possible Reason:
lib not available at given path and name is mentioned in Linker->Input->Additional Dependencies
Error 2:
LNK2019: unresolved external symbol
Possible Reason:
lib name not mentioned in Linker->Input->Additional Dependencies
Could you include your code?
The file xerces-c_3D.lib is not in the right place, or you haven't told VS where to look for it.