In order to prevent the console opening alongside my programs, I figured changing the entry point would do the trick. It does work ultimately, but I still have a few questions about this.
Including windows.h causes some conflicts so I went in and manually fixed those, a bit tedious to do but i'm down with that! I'm wondering however if there's maybe another way to handle this kind of thing.
Also, is there maybe some other way to hide the console?