Hi,
I'm experiencing a similar problem!
I'm using the latest AppGameKit (updated via Steam) and VS 2015 Community Edition on Windows 7 64-Bit.
But I want to compile for Windows 32-Bit.
My VS is already set to English so that did not help.
The app starts and runs, but when ever I exit (e.g. by clicking the Close button on the window) I get the following Access Violation exception:
Exception thrown at 0x0F67A5E0 in Template.exe: 0xC0000005: Access violation executing location 0x0F67A5E0.
If there is a handler for this exception, the program may be safely continued.
Any idea?
EDIT:
If I comment out the line "agk::CleanUp();" near the end of "Core.cpp" (inside "_tWinMain") the exception will not occur. So I guess there is something wrong with AppGameKit internally cleaning up its memory.