Critical error on compile and build project (based in c++)

When I create a c+±based project and create it, at compile time the following error happens: “c1xx: fatal error C1083: ‘MyProject3\Intermediate\Build\Win64\x64\MyProject3Editor\Development\UnrealEd\SharedPCH.UnrealEd.Project. ValApi.Cpp20.h.pch’: No such file or directory”
I’ve already tried doing:

  • Change file extension
  • Rebuild

How can I resolve this?

I believe UnrealEd is an additional module that need to be added, am not familiar with it but make sure that plugin/module is properly setup in your project module build list.

only if you are using it, otherwise delete the folder Intermediate and DerivedCache, re generate the visual studio files.