got this error, I've already included all the forward declarations in this main class:
class memory_manager;
but the error still seems to persist, can anyone suggest me things to check for in order to solve this error?
I've properly included all the header files everywhere, including the init guards, but no luck
I believe this problem started when this(main class) references a class which references a class which inturn references a struct, and this struct is also included in the main class
are there any suggestions into how I should approach and debug this compiler problem?
You need memory_manager definition in this TU
Обсуждают сегодня