Help with KeyAuth

12/23/2021 03:30 JamisYT#1
hello everyone, i have basically no knowledge with c++ or imgui.

im trying to set up keyauth for some source code i purchased and redesigned,
i just cant seem to get it to compile, i get all errors for errors such as
Error C1083 Cannot open include file: 'core/graphics_api.hpp': No such file or directory. or other errors that the imgui stuff isnt recognized. please help lol


this is how i have it all set up currently. i pasted my code after a successful login in keyauth
std::cout << "\n\n Closing in ten seconds...";
Sleep(10000);
exit(0);

#include "core/graphics_api.hpp"
#include "widgets/widgets.hpp"
#include "widgets/fonts.hpp"
#include "widgets/crosshairs.hpp"
... etc
12/25/2021 01:52 Omdi#2
We cannot help you, basically some files are missing or not setup correctly.