How to manually add include path to touchgfx designer(Windows)?
log:
Converting images
Compiling gui/src/demo2_screen/demo2View.cpp
gui/src/demo2_screen/demo2View.cpp:6:17: fatal error: rtc.h: No such file or directory
#include "rtc.h"
^
compilation terminated.
simulator/gcc/Makefile:220: recipe for target 'build/MINGW32_NT-6.2/gui/src/demo2_screen/demo2View.o' failed
make[2]: *** [build/MINGW32_NT-6.2/gui/src/demo2_screen/demo2View.o] Error 1
simulator/gcc/Makefile:182: recipe for target 'generate_assets' failed
make[1]: *** [generate_assets] Error 2
simulator/gcc/Makefile:40: recipe for target 'all' failed
make: *** [all] Error 2
rtc.h is the header file for a hardware peripheral.
