I am working with some code written for another compiler / linker and it includes such files:
#include <Engine/Graphics/Sprite.h>
from anywhere in the project.
The project contains such a file on this path (from the root of the project), but when I create, I get a file that was not found.
How can I fix all this without going over and doing it all manually?
user542687
source
share