So my SCM (Perforce) ignored my local Engine’s DDC (Engine/DerivedDataCache/) as intended; however, it ALSO ignores “Engine\Source\Developer\DerivedDataCache\Public”, which now appears to be causing build error: “error : Could not find definition for module ‘DerivedDataCache’, (referenced via Target → Launch.Build.cs → SessionServices.Build.cs → Core.Build.cs)”
Should this directory be included in Perforce, and if so how should that look in my .p4ignore?
I currently have this line in my .p4ignore:
DerivedDataCache/
If this should not be in Perforce, how do teams usually access the \Source\Developer\DerivedDataCache\ path for building? Do they usually cache this on the Shared Network DDC with the actual cache contents? Thanks