I've searched here and the internet and no one seems to be having a similar problem to me and I can't quite figure out why I cannot get this to work.
The line that is preventing me from compiling is:
LitCiterCommon::LitCiterTrace->Init();
If I call LitCiterTrace.Init()
from a different file (c#) it compiles just fine, but for some reason I cannot call it from managed cpp.
Any ideas or suggestions?