1
General discussions / Re: SFML Game Development by Example - 4th SFML book
« on: April 28, 2017, 01:20:05 am »
Good evening,
In the downloaded code, chapter 10, ECS/Core/System_Manager.h has an #include "../../Debug/DebugOverlay.h", but that directory/file does not exist in any of the downloaded code's chapters.
Maybe it was clobbered because Visual Studio uses the Debug directory when compiling? I commented this line out and was able to successfully compile.
Cheers,
Bryan
In the downloaded code, chapter 10, ECS/Core/System_Manager.h has an #include "../../Debug/DebugOverlay.h", but that directory/file does not exist in any of the downloaded code's chapters.
Maybe it was clobbered because Visual Studio uses the Debug directory when compiling? I commented this line out and was able to successfully compile.
Cheers,
Bryan