ashea-code / BLUI

Rich HTML UI engine for UE4
MIT License
860 stars 258 forks source link

Syntax error in BluEye.h #38

Closed antoinechampion closed 9 years ago

antoinechampion commented 9 years ago

I was trying to do a very basic setup with a c++ Actor class, here is the code: http://pastebin.com/yQq76fbv

And when I built the project, Visual Studio tells me that there are 27 errors inside BluEye.h: http://pastebin.com/qh2f93V3

I installed BLUI just as you told in the wiki, but as I'm very new to UE4 it would be very likely that the mistake is on my side.

Ty in advance

ashea-code commented 9 years ago

Hello!

place this additional include above BluEye.h

#include "RenderHandler.h"
antoinechampion commented 9 years ago

Thank you, it works fine now! Is there a way for me to know about missing headers errors? I'd feel bad if I had to pull a github issue every time I encounter an issue like this one!

ashea-code commented 9 years ago

@LoveMetal-StrangeGames Sorry for the really late reply, started working again! I'd hit up the forum on the Unreal Engine official forums site. Under released products.