I can't compile it. It show's me:
stdafx.cpp
c:\program files (x86)\windows kits\8.1\include\um\winnt.h(31): fatal error C1083: No se puede abrir el archivo incluir: 'ctype.h': No such file or directory
========== Compilar: 0 correcto, 1 erróneo, 0 actualizado, 0 omitido ==========
I speak spanish, you can see there's 1 error and ctype.h cant be opened.
Update with more Info and errors got at compile:
C:\Users\franc\Desktop\VisualESP\VisualESP\VisualE SP.cpp In function 'bool WorldToScreen(float*, float*)':
28 20 C:\Users\franc\Desktop\VisualESP\VisualESP\VisualE SP.cpp [Error] 'rc' was not declared in this scope
C:\Users\franc\Desktop\VisualESP\VisualESP\VisualE SP.cpp In function 'int Render()':
69 18 C:\Users\franc\Desktop\VisualESP\VisualESP\VisualE SP.cpp [Error] 'ESP' cannot be used as a function
71 18 C:\Users\franc\Desktop\VisualESP\VisualESP\VisualE SP.cpp [Warning] deprecated conversion from string constant to 'char*' [-Wwrite-strings]
72 1 C:\Users\franc\Desktop\VisualESP\VisualESP\VisualE SP.cpp [Error] 'HWND' was not declared in this scope
73 7 C:\Users\franc\Desktop\VisualESP\VisualESP\VisualE SP.cpp [Error] 'newhwnd' was not declared in this scope
73 18 C:\Users\franc\Desktop\VisualESP\VisualESP\VisualE SP.cpp [Error] 'NULL' was not declared in this scope
81 4 C:\Users\franc\Desktop\VisualESP\VisualESP\VisualE SP.cpp [Error] 'pEntity' was not declared in this scope
89 42 C:\Users\franc\Desktop\VisualESP\VisualESP\VisualE SP.cpp [Error] 'abs' was not declared in this scope
93 29 C:\Users\franc\Desktop\VisualESP\VisualESP\VisualE SP.cpp [Error] 'pLocal' was not declared in this scope
97 86 C:\Users\franc\Desktop\VisualESP\VisualESP\VisualE SP.cpp [Error] 'DrawBox' was not declared in this scope
99 86 C:\Users\franc\Desktop\VisualESP\VisualESP\VisualE SP.cpp [Error] 'DrawBox' was not declared in this scope
102 99 C:\Users\franc\Desktop\VisualESP\VisualESP\VisualE SP.cpp [Error] 'DrawBox' was not declared in this scope
108 2 C:\Users\franc\Desktop\VisualESP\VisualESP\VisualE SP.cpp [Error] 'p_Device' was not declared in this scope
111 1 C:\Users\franc\Desktop\VisualESP\VisualESP\VisualE SP.cpp [Error] expected '}' at end of input