PhysX 3.3.0 and Visual studio 2013

Hi everyone,
I have few questions:
first, when I try to run PhysX 3.3.0 with VS 2013 there is an error like:
“Error 1 error LNK1104: cannot open file ‘PhysX3DEBUG_x64.lib’”

I don’t know what is the reason of that. I have windows 8.1 x64, I linked the “lib” and “include” folders as it is written in the book “Learning Physics Modeling with PhysX”

Next question is… do you recommand any books or web tutorials about PhysX, I found some but maybe you have some other… :).
Thanks for yours answers!.

Did you ever figure out what your error is? I’m having the same problem…

Does that file exist in the directories you’ve specified to search for lib files? If the file exists then visual can’t find it because you’ve set up your project wrong somehow. If the file does not exist then you might be making the same mistake as this guy https://devtalk.nvidia.com/default/topic/931890/physx-and-physics-modeling/physx-3-3-linking-to-libraries-using-source-code/ if you got the code from github (though given you’re running 3.3.0 I guess you’re not?)