#ifndef PCH_H #define PCH_H #define _CRT_SECURE_NO_WARNINGS #define RAPIDJSON_NOMEMBERITERATORCLASS // need this for rapidjson #define NOMINMAX // this too // add headers that you want to pre-compile here #include #include "logging.h" #include "include/MinHook.h" #include "spdlog/spdlog.h" #endif