[SOLVED] Cannot package Plugin due to AllowWindowsPlatformTypes.h not being found by the build tool

I believe I’ve found the *proper *way to solve this issue.



#include "Windows/PreWindowsApi.h"
#include "windows.h" // This works with other apis and should work when your includes include windows apis I think
#include "Windows/PostWindowsApi.h"


5 Likes