I searched it up and it has been asked a bilion times for many different situations. But mine is simply one: i try to compile a simple EMPTY file and i get this error:
Error 1 error LNK2019: unresolved external symbol _WinMain@16 referenced in function ___tmainCRTStartup
There are people saying that is about the difference of the subsystem between console and windows, but i tried both, in both win32 console application and in console application but the error is the same, with some or without any code in the source file. I repeat, the file is empty and i get this error. Can somebody help me to fix this?