c++ include problems

Post Reply
teacup3000
Posts: 3
Joined: Thu Jun 15, 2017 2:04 am

c++ include problems

Post 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.
User avatar
drleviathan
Posts: 849
Joined: Tue Sep 30, 2014 6:03 pm
Location: San Francisco

Re: c++ include problems

Post by drleviathan »

More info is required to solve your problem. Maybe you should just supply a link to the github repository?
Post Reply