Compile error: '__faststorefence': is not a member of 'FWindowsPlatformMisc'

Your code had include “windows.h” in the beginning of the .h file ? I have the same problems, just put “windows.h” after UE header files, or move “windows.h” from common .h file. By this,I solve this problem.

1 Like