You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently using VS 19.5 and 4.21.2, if I clean only the UE4 project (right-click UE4 project -> project-only -> clean only UE4) then right-click and build the game project, I get the following for a whole bunch of engine files:
2>Looks like a response file in: @"C:\_programming\UnrealEngine\Engine\Intermediate\Build\Win64\UE4Editor\Development\Engine\SharedPCH.Engine.h.pch.response", but we could not load it! Could not find file 'C:\_programming\UnrealEngine\Engine\Intermediate\Build\Win64\UE4Editor\Development\Engine\SharedPCH.Engine.h.pch.response'.
2>We failed to find /fo, which may be a problem.
2>Action.CommandArguments: @"C:\_programming\UnrealEngine\Engine\Intermediate\Build\Win64\UE4Editor\Development\Engine\SharedPCH.Engine.h.pch.response"
2>We have no OutputObjectFileName. Bailing.
2>Looks like a response file in: @"C:\_programming\UnrealEngine\Engine\Intermediate\Build\Win64\UE4Editor\Development\UnrealEd\SharedPCH.UnrealEd.h.pch.response", but we could not load it! Could not find file 'C:\_programming\UnrealEngine\Engine\Intermediate\Build\Win64\UE4Editor\Development\UnrealEd\SharedPCH.UnrealEd.h.pch.response'.
2>We failed to find /fo, which may be a problem.
And my game project complains about missing files:
fatal error C1083: Cannot open include file: 'C:\_programming\UnrealEngine\Engine\Intermediate\Build\Win64\UE4Editor\Development\UnrealEd\SharedPCH.UnrealEd.h': No such file or directory
Seems to be solved by cleaning the game project as well, but curious what this may be. Note: I am using caching.
Thanks!
The text was updated successfully, but these errors were encountered:
Currently using VS 19.5 and 4.21.2, if I clean only the UE4 project (right-click UE4 project -> project-only -> clean only UE4) then right-click and build the game project, I get the following for a whole bunch of engine files:
And my game project complains about missing files:
Seems to be solved by cleaning the game project as well, but curious what this may be. Note: I am using caching.
Thanks!
The text was updated successfully, but these errors were encountered: