Packaging Error 4.19 - RHIResources

Hi all,

I am trying to move my project to 4.19, but I encountered this error while packaging and I am unable to determine the cause.

d:\library\unreal4\epic games\ue_4.19\engine\source\runtime\rhi\public\RHIResources.h(59): error C2039: '_InterlockedCompareExchange': is not a member of 'FWindowsPlatformAtomics'    
d:\library\unreal4\epic games\ue_4.19\engine\source\runtime\rhi\public\RHIResources.h(59): error C2665: '_InterlockedCompareExchange': none of the 4 overloads could convert all the argument types    
d:\library\unreal4\epic games\ue_4.19\engine\source\runtime\rhi\public\RHIResources.h(78): error C2039: '__faststorefence': is not a member of 'FWindowsPlatformMisc'    
d:\library\unreal4\epic games\ue_4.19\engine\source\runtime\rhi\public\RHICommandList.h(282): error C2039: '_InterlockedIncrement': is not a member of 'FWindowsPlatformAtomics'    
d:\library\unreal4\epic games\ue_4.19\engine\source\runtime\rhi\public\RHICommandList.h(282): error C2665: '_InterlockedIncrement': none of the 4 overloads could convert all the argument types

Does anyone have any idea what might have happened here?