[TUTORIAL] Fog Of War

@,

In FogOfWarManager.cpp the third code line reads:



#include "RpgTest.h"


This is the include to the main header file of your project. You’ll have to change this to the name of the “main header file” of your project. Looking at your error message, my best guess is that it’s called “Myproject4.h” on your end.

Cheers,