I purchased the AppgameKit Official Official Tier 2 Starters guide
and followed the directions to install
1>Visual studio community edition
2>Java Development Kit
3>Android Native Development Kit (NDK)
4>Installed Android studio
5>installed Gridle
6>Ran jnicompilebat
As per the instuctions and everything got no errors except when i try and comile a template i get the following errors
cannot open source file "assert.h"
cannot open source file "float.h"
cannot open source file "corect.h"
cannot open source file "stddef.h"
cannot open source file "stdio.h"
cannot open source file "math.h"
cannot open source file "string.h"
cannot open source file "wchar.h"
cannot open source file "corecrt_terminate.h"
cannot open source file "malloc.h"
cannot open source file "memory.h"
cannot open source file "string.h"
cannot open source file "float.h"
cannot open source file "memory.h"
cannot open source file "WinSock2.h"
.
.
and a heap more
I thought i could just add to the templates properties under VC++ Directories/include
the missing header files but when i do that i just seem to get even more errors and im not
sure what is the best way to fix it so as the template will run and then programs. Its been
quite a long time since ive used visual studio
Thanks in advance for any help you can give
fubar