Linking to FJsonObjectConverter.h won't compile

When adding

PublicDependencyModuleNames.AddRange(new
string { “Json”, “JsonUtilities” });

to ProjectName.Build.cs

And including to FJsonObjectConverter.h in your C++ file will make compile errors in FJsonObjectConverter.h like:

  • incomplete type is not allowed,

Anyone know how to fix this?

I’m using First Person C++ tempalte from 4.10 binary version of the engine.

Have you rebuilt your game to update the included modules?

Hey Intoxicat3,

We have not heard back from you in a few days, so we are marking this post as Resolved for tracking purposes. If you are still experiencing the issue you reported, please respond to this message with additional information and we will offer further assistance.

Thank you!

The issue is still there (intelisense) but game is compiling without problem.