Unable generate project files without DerivedDataCache

Hi!

I’m not including Intermediate and DerivedDataCache into Perforce submission, as you recommend in docs and I did before.

But now, in Unreal 4.14, I can’t generate project files:

121599-deriveddatacache.png

Can you advise me please what to do as engine developer?

Thank you!

Hi RoadStar,

Did you accidentally exclude the Engine\Source\Developer\DerivedDataCache folder from your repo in addition to the Engine\DerivedDataCache folder? The latter folder is the one you want to exclude, since it will be regenerated locally for you. The former folder you need to keep as that is the actual source code for the DerivedDataCache module.

Oh, thank you, it’s my fault - to include all DerivedDataCache folders.