SyntaxFix
Write A Post
Hire A Developer
Questions
Just running through a Visual Studio Code tutorial and came across a similiar issue.
Replace #include "stdafx.h" with #include "pch.h" which is the updated name for the precompiled headers.
#include "stdafx.h"
#include "pch.h"