Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Couldn't find response file when building game project after cleaning UE4 project #36

Open
BrodyHiggerson opened this issue Feb 7, 2019 · 0 comments

Comments

@BrodyHiggerson
Copy link

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant