Page 1 of 1

c++ include problems

Posted: Thu Jun 15, 2017 2:25 am
by teacup3000
Hi!
I'm new to c++ but I have to make a game for university.
I have included bullet physics to my program and everything compiled.
After pushing my solution on github I saw that I used my local paths so I changed the paths to $(SolutionDir).. and it worked on my partners computer but not on mine.

I found a similar question here but the solution (to change everything to full paths) is not the solution I can take since the task says that everything should work on every windows based computer without changing anything.

Maybe someone knows how I can solve this problem.
C1083 Can not open file: "BulletCollision/CollisionDispatch/btCompoundCollisionAlgorithm.h": No such file or directory

Thanks.

Re: c++ include problems

Posted: Thu Jun 15, 2017 6:15 pm
by drleviathan
More info is required to solve your problem. Maybe you should just supply a link to the github repository?