**Unreal engine c++ Can’t Open include file :‘LearningTrainer.h’: No such file or directory **
-Unreal engine Version 5.5.4
-Visual Studion 2022
I have learn LearningAgent 5.5 on unreal engine Web : Learning Agents (5.5) | Course it worked and my train is good so i try to write it in c++ instead but i get struck on one path :
so in c++ in need to use :
1.include "include “LearningAgentsPPOTrainer.h”
2. Module LearningAgentsTraining
and this is the problem when i compile my code output:
1>E:\00_Program\00_UnrealEngine\UE_5.5\Engine\Plugins\Experimental\LearningAgents\Source\LearningAgentsTraining\Public\LearningAgentsTrainer.h(5): fatal error C1083: Cannot open include file: ‘LearningTrainer.h’: No such file or directory
and that i click on that compile error and show the file:
i try to delete some file like :
-.Vs
-Binaries
-Intermediate
-Save
and regenerate from vs it sill error last choise i comment on include “LearningAgentsPPOTrainer.h” compile sucess
Test: so i try to create new project (2 new project) and use include “LearningAgentsPPOTrainer.h” it have same error. any solution?