SyntaxFix
Write A Post
Hire A Developer
Questions
I was getting the same error in Visual Studio 2017 and to fix it just added #define _CRT_SECURE_NO_WARNINGS after #include "pch.h"
#define _CRT_SECURE_NO_WARNINGS
#include "pch.h"
#include "pch.h" #define _CRT_SECURE_NO_WARNINGS ....