Cannot get EnhancedInputSubsytems.h to include properly
Despite having this line of code in my [projectname.build.cs]
PublicDependencyModuleNames.AddRange(new string { “Core”, “CoreUObject”, “Engine”, “InputCore”, “EnhancedInput” });
I still get the cannot include error on this line of code
include “EnhancedInputSubsystems.h”
Help