Hi,
So we’ve been trying to build our project however we keep getting the following errors:
ParallelExecutor.ExecuteActions: C:\Program Files\Epic Games\UE_4.21\Engine\Plugins\TrueSkyPlugin\Source\TrueSkyPlugin\Public\TrueSkySequencePropertiesFloat.h(8): fatal error C1083: Cannot open include file: 'TrueSkySequencePropertiesFloat.generated.h': No such file or directory
So when we navigate to that directory there is indeed no file named 'TrueSkySequencePropertiesFloat.generated.h' which the file 'TrueSkySequencePropertiesFloat.h' is requesting on line 8.
So the question is, where do we get, or how do we generate the missing files TrueSky is requesting. (We assume there will be more of such files after this error).
Thanks
Just reposting Roderick’s Answer as it was posted as a comment.
This looks like some problem with your unreal build setup, possibly from using the wrong installer. There’s a different installer depending on whether you are building Unreal Engine or using the Epic binaries. Which are you using?
Forgot to mention we’re running UE4 4.21.2 and some version of TrueSky 4.2
This looks like some problem with your unreal build setup, possibly from using the wrong installer. There’s a different installer depending on whether you are building Unreal Engine or using the Epic binaries. Which are you using?