Linker Errors?

I’m trying to set it up (still) and I get this:

1>------ Build started: Project: FSG, Configuration: Release Win32 ------
1>Linking…
1>LINK : warning LNK4075: ignoring ‘/INCREMENTAL’ due to ‘/OPT:ICF’ specification
1>MSVCRT.lib(crtexew.obj) : error LNK2019: unresolved external symbol _WinMain@16 referenced in function ___tmainCRTStartup
1>Release\FSG.exe : fatal error LNK1120: 1 unresolved externals
1>Build log was saved at “file://c:\Users\Erik\Desktop\GAME\Release\BuildLog.htm”
1>FSG - 2 error(s), 1 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

I’m in release, and added everything…

It’s the first tutorial.

Compile it as a console application instead of a windows application.