I have a project_defs.h file that I want included into every file of my project. Can I use the Prefix Text option for this?
I tried adding #include "project_defs.h" to the Prefix Text field, but got tons of "preprocessor syntax error" messages.
Hello
Inside of the Prefix Text edit box you need to specify
#include "my_include.h"
If your prefix file name is my_include.h.
Then next question is where is that file located?
Is the path to this include file specified in the list of user Paths inside of the Access Paths list box?
CrasyCat