I recently had to reinstall visual studio. Previously when I chose Windows Console Application it would load with #include "stdafx.h". Now for some reason it loads with #include "pch.h" and a "hello world" program. I just want it to default load with stdafx.h and int main { return 0} like it used to. I need the stdafx.h, it's a requirement for my school projects so I would really like for it to load up as a default like before. Any help would be greatly appreciated. I posted an image of how it loads up now.
Simply create a new template.
Source: How do I set up Visual Studio with default headers and comments?