__imp_PxGetFoundation linker error

I am using PhysX-3.3.0 (17045688).

When linking my program, I get the error

Fehler	3	error LNK2001: Nicht aufgelöstes externes Symbol "__imp_PxGetFoundation".	PATH/PhysX3Extensions.lib(SnConvX_Convert.obj)

(non-resolved external symbol)

I can’t find a .cpp file containing PxGetFoundation.

The same with PxCreateFoundation.

SOLVED: Add PhysX3Common_x64.lib to the link list.