SDK Visual Studio 2022 not building majority of examples with BuildAll.sln
I am trying to compile all of the examples in the SDK ( October2021_AfterEffectsSDK_Windows ) but more than half error out with Visual Studio 2022.
Any advice would be appreciated as online tutorials are not up to date.
There are two types of errors similar to these :
Error C2338 static_assert failed: 'Windows headers require the default packing option. Changing this can lead to memory corruption. This diagnostic can be disabled by building with WINDOWS_IGNORE_PACKING_MISMATCH defined.' Resizer C:\Program Files (x86)\Windows Kits\10\Include\10.0.22000.0\um\winnt.h 2535
Error RC1015 cannot open include file 'afxres.h'. Streamie F:\loco\Desktop\pluginsCH\learning\October2021_AfterEffectsSDK_Windows\AfterEffectsSDK\Examples\AEGP\Streamie\Win\Streamie_PiPL.rc
