btBulletDynamicsCommon.h: No such file or directory
-
Hi everyone.
I tried to compile bullet based project but following error occurs:btBulletDynamicsCommon.h: No such file or directory
in .pro file
...
INCLUDEPATH += C:/bullet3/src
...


-
Hi,
Where is that file exactly located on your machine ?
-
@SGaist
Thanks for reply.
I updated the first post.
Its located in C:/bullet3/src -
Did you re-run qmake after modifying your .pro file ? (should not be necessary but from time to time, it does help)
Are you using
#include <btBulletDynamicsCommon.h>or another form ?