/in/game.cpp:5:10: fatal error: lab6.h: No such file or directory
#include "lab6.h"
^~~~~~~~
compilation terminated.
In file included from /in/compile/io.cpp:7:0:
/in/compile/io.h:5:10: fatal error: ../lab6.h: No such file or directory
#include "../lab6.h"
^~~~~~~~~~~
compilation terminated.
In file included from /in/compile/map.cpp:1:0:
/in/compile/map.h:6:10: fatal error: ../lab6.h: No such file or directory
#include "../lab6.h" //!remember to change to lab6.h
^~~~~~~~~~~
compilation terminated.
In file included from /in/compile/main.cpp:6:0:
/in/compile/map.h:6:10: fatal error: ../lab6.h: No such file or directory
#include "../lab6.h" //!remember to change to lab6.h
^~~~~~~~~~~
compilation terminated.