Unresolved Externals error quite often means that, in addition to include, you have to add a respective module to your ProjectName.build.cs file.
In your case it’s “MovieSceneTracks” as you can see in the page linked above
Unresolved Externals error quite often means that, in addition to include, you have to add a respective module to your ProjectName.build.cs file.
In your case it’s “MovieSceneTracks” as you can see in the page linked above