Use C++ AMP in Unreal

Hey guys,
I have the problem that when I try to include the C++ AMP library via

#include "AllowWindowsPlatformTypes.h"
#include "AllowWindowsPlatformAtomics.h"

#include <amp.h>

#include "HideWindowsPlatformTypes.h"
#include "HideWindowsPlatformAtomics.h"

I get the error messages:

Error C2226 syntax error: unexpected type 'DWORD’C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\concrt.h(63): error C2226: syntax error: unexpected type ‘DWORD’

I found some old posts about but is it still not possible to get C++ AMP into Unreal?!

Any help is much appreciated.