Visual Studio Build Problems - GavWood/DOGE-Game-Engine GitHub Wiki

Unable to start program

Microsoft Visual Studio Community 2015 currently sets the default project for a solution in the .user file which is not normally checked-in to version control software. This is because it contains user specific information. When you first open the solution you need to set the project containing main() using the option Setup as Startup Project.

'LinearMath/btAlignedObjectArray.h' file not found [or similar]

The current Bullet version in the game engine has includes which have folder structures.

#include "LinearMath/btAlignedObjectArray.h"

To deal with this the recursive Head Search Path: $PROJECT_DIR/../../../GameFramework_ThirdParty/bullet has been included in the build settings.