Compiler error: se of undeclared identifier 'SceneTextureLookup'; did you mean 'MobileSceneTextureLookup'

In an iOS build I get the following compiler error:

Error: UAT: /Engine/Generated/Material.ush:3424:19: error: use of undeclared identifier 'SceneTextureLookup'; did you mean 'MobileSceneTextureLookup'?

Does anyone know where to replace ‘SceneTextureLookup’ with ‘MobileSceneTextureLookup’ in the Unreal project?