[QUOTE=JGagner;248255]
Hey , thanks for the really plugin! Saves me countless hours of doing it myself haha. Anyway, I am having a slight issue when trying to include “Blu/Public/BluEye.h” in one of my classes. The compiler is spitting out a bunch of errors about missing type specifiers within BluEye.h. Might also be useful to note that I am trying to compile this on 4.7. I would just use a forward declaration but I require it in the .cpp file for my class.
Above the include for BluEye make sure you:
#include "Blu/Public/RenderHandler.h"
This is a small bug I plan to fix soon