[UE5.6 Upgrade] Error including ScenePrivate.h — Missing 'TranslucentPassResource.h'

Modify your ***.build.cs, like this:

PrivateIncludePaths.AddRange(
new string {
// … add other private include paths required here …
Path.Combine(GetModuleDirectory(“Renderer”), “Internal”),
}
);

Enjoy it!