"Can't find file for asset" from plugin

Hi,

I use the plugin to create JSON Objects in blueprint and plugin works correctly.I create class GameHUD inherited from HUD (class created in blueprint). In the GameHUD class described the function AddVeapon that creates JSON object using plugin. There is also a class Pawn inherited from Character class (class created in blueprint). In Pawn class fires event for which a call AddWeapon method in GameHUD class. If I remove node is “Cast To GameHUD” not any errors after restarting not.

Everything works fine, but after restarting the UE editor blueprint can not find the related classes of the plugin. Displays the following error:

Error /Game/Blueprints/UI/GameHUD :
Can’t find file for asset.
/Script/VaRestPlugin Info Failed to
load
/Script/VaRestPlugin.VaRestJsonObject
Referenced by
CallFunc_ConstructJsonObject_ReturnValue
Error
/Game/Blueprints/Pawns/PlayerPawn :
Can’t find file for asset.
/Script/VaRestPlugin Info Failed to
load
/Script/VaRestPlugin.VaRestJsonObject
Referenced by Buffer

After removal not found objects and create them again everything is working correctly before restarting. How to fix it?

Thank you.

The problem was solved change phase load plugin (in .plugin):

“LoadingPhase”: “PreDefault”