Hello, I am trying to add metahuman to my project which is in the current branch of github UE (5.2.1).
In 5.1 github I just coppied the plugin from the official install location to the projects plugins folder, ran GenerateProjectFiles.bat, and compiled… all worked fine.
Now when I do that it cant find some files in its own subfolders. When I generate project files it complains
“MetaHumanMeshTracker.Build.cs: warning: Referenced directory ‘I:\btlTest\beTheLast\Plugins\MetaHuman\Source\MetaHumanMeshTracker\Private\carbon\include’ does not exist.”
There are around 10 errors like this all in the same MetaHumanMeshTracker folder
So when I try to compile it errors out since it cant find those files.
Does anyone know how to fix this?
Thanks!