Unrecognised Type FXmlNode

Hi,

I am using XmlParser.h in my project. I have added to build.cs

The file is included within my header.

I can load an XML file successfully but when I try to compile I get “Unrecognised Type FXmlNode” in my header file.

This class is included within the XmlParser.h and intellisense is picking it up.

My actual code has no errors until compile when this error appears.

Any ideas why it would do this? Has anything changed from the old methods?