4.12 XMPP - Can't fix missing declaration

Hi, how are you including xmpp in your project? Please send your project’s build.cs settings.

You should have something that looks like this:

PublicIncludePaths.Add("Runtime/Online/XMPP/Public");

 PublicDependencyModuleNames.AddRange(
            new string[] {
				"XMPP"
			}
        );