The Precompiled header file includes all the necessary libraries to be used in the project run and, hence, can be directly included to any file for use.
It includes some of the important standard template libraries:
algorithm
chrono
iostream
fstream
sstream
memory
string
list
map
vector
queue
unordered_map
unordered_set
It includes the external libraries that have been included to be used in the project:
SOIL
ImGui
YAML
GLM
FMOD
GLEW
GLFW
Assimp
It contains few type definitions which can be used extensively throughout the project: