Righty, first here is the error

Linking...
LIBCD.lib(crt0.obj) : error LNK2001: unresolved external symbol _main
Debug/The Window!.exe : fatal error LNK1120: 1 unresolved externals
Error executing link.exe.

This is only occuring when i try ot make an EXE and NOT when I compile it. It is compiling fine, but not making an EXE.

If i delete the directory DEBUG then it only gives me this error

Linking...
LINK : fatal error LNK1104: cannot open file ".\Debug\The Window!.obj"
Error executing link.exe.

but still doesnt actually compile it for one reason or another.

I have checked that i have all the INCLUDES in the INCLUDE directory, and they are all there.

Thanks for any help.