Build With Configuration: Development_Game x64, error C2039: '_InterlockedExchange'

hi,

i can compile and run ok in ‘Development Editor’ mode. but when i compile ‘Development’ mode, build is failed.

C:\Program Files\Epic Games\UE_4.15\Engine\Source\Runtime\Sockets\Public\IPAddress.h(266): error C2039: ‘_InterlockedExchange’: is not a member of ‘FWindowsPlatformAtomics’

C:\Program Files\Epic Games\UE_4.15\Engine\Source\Runtime\Sockets\Public\IPAddress.h(266): error C2665: ‘_InterlockedExchange’: none of the 4 overloads could convert all the argument types

the bulid log is:
link text

any ideal???

Add this

#include "AllowWindowsPlatformTypes.h"
#include "windows.h" // any native windows header
#include "HideWindowsPlatformTypes.h"

around any native windows header in your sources.