4.24 C++ Transition Guide

After migrating from 4.23 to 4.24:

cannot open source file “#include JsonUtilities.h”

Changing the import like this:


#include "Runtime/JsonUtilities/Public/JsonUtilities.h"

Results in another error in JsonObjectWrapper.h


variable "FJsonObjectWrapper" is not a type name 

Anybody had this issue?