NVIDIAGameWorks / PhysX-3.4

NVIDIA PhysX SDK 3.4
https://www.nvidia.com/
2.35k stars 274 forks source link

Visual Studio 2015 / Debug / Win32 / Two LINK Errors #20

Closed kungfooman closed 7 years ago

kungfooman commented 7 years ago

I get these two errors when trying to build with VS2015 in Win32 Debug mode:

cannot open input file './Win32/LowLevelCloth/debug/avx/SwSolveConstraints.obj' LowLevelCloth
cannot open file 'E:\PhysX-3.4\PhysX_3.4\Lib\vc14win32\LowLevelClothDEBUG.lib'  PhysX

Picture:

kungfooman commented 7 years ago

Got this fixed via:

Right click on SwSolveConstraint.cpp
-> Configuration Properties
-> General
-> Item Type -> Change to: C/C++ Compiler

And then disable "Treat warnings as errors"