So, I'm trying to use bullet physics in Visual studio 2013. I downloaded version 2.83, builded it with VS and cmake, and added bullet projects to dependencies. It is working, and i can use bullet stuff (I include btBulletDynamicsCommon.h and btBulletCollisionCommon.h), but if I try to for example use btVector3 as an parameter, I get the following error:
Error 1 error C2719: 'v': formal parameter with __declspec(align('16')) won't be aligned