How to run?
Do you have any instructions on how to run (or build) the engine?😅
Sorry for not providing any instructions for building the project because it is in its early stages Just clone the repository and build with visual studio 2015/17 to run it.
Can i use visual studio 19?
Yes
Okay i am going to try it out

I get this errors when i run it in Release x86
Try including "string" to Skeleton.h
Now i am left with this 2
Hi sorry for my late response, I don't have vs2019 at the moment but please try this solution https://stackoverflow.com/questions/62256738/visual-studio-2019-c-and-stdfilesystem "To switch to C++17' std::filesystem in Visual Studio ......."
change "std::experimental::filesystem" to "std::filesystem" in project_browser.cpp - line 609 https://github.com/RogyDev/Rogy-Engine-/blob/fa85d501b813c6492046e15dce50521f817a244d/Rogy/Engine/editor/project_browser.cpp#L609