I noticed that the module containing FGamepadKeyNames has been changed from Core to ApplicationCore.
struct **CORE_API** FGamepadKeyNames
{
typedef FName Type;
...
struct **APPLICATIONCORE_API **FGamepadKeyNames
{
typedef FName Type;
...