Physx 3.2.3 and VS 2013

Hi,

i am trying to use physx 3.2.3 with visual studio 2013.
I already recompiled physx3Extensions and set my project to MTd/MT but i still get _MSC_VER linker errors:

1>PhysX3ExtensionsDEBUG.lib(CudaWrapper.obj) : error LNK2038: mismatch detected for "_MSC_VER": value "1700" doesn't match value "1800"
1>PhysX3ExtensionsDEBUG.lib(CudaWrapperWindows.obj) : error LNK2038: mismatch detected for "_MSC_VER": value "1700" doesn't match value "1800"

I already read about the MT / MD linking problems and i think i solved this by just setting my project also to MT, but i cant get over this version error. I havent found any cudawrapper.obj so i think its an obj in one of the precompiled libs?

greets

I posted an FTP site in another thread with a set of libs for 3.3.2 for VS2013, if you are willing to upgrade.

[url]https://devtalk.nvidia.com/default/topic/779764/physx-and-physics-modeling/physx-visual-studio-2013/[/url]