The error said: unresolved external symbol _WinMain@16 referenced in function "int_cdecl invoke_main(void)" (?invoke_main@@YAHXZ) The page was MSVCRTD.lib(exe.winmai... (the whole thing did not show) and on line 1. All I know is that on the file the problem was, line 1 was #include<iostream>
. THe second error was: 1 unresolved externals on the file I was working on, also on line 1.
Other Info: Programming Language: C++ Platform: Microsoft Visual Studio 2019
Let me know in the comments if you need any more info.