Guest_imported
New member
- Jan 1, 1970
- 0
I now have to include a .h file like this:
#include "..\common\visual.h"
and I want to do it this way instead:
#include <visual.h>
I tried playing around with the project settings menu:
project->settings->Resources: Additional resource include directories
but I have no success, could anyone help?
thanks,
Jeffrey
#include "..\common\visual.h"
and I want to do it this way instead:
#include <visual.h>
I tried playing around with the project settings menu:
project->settings->Resources: Additional resource include directories
but I have no success, could anyone help?
thanks,
Jeffrey