And there is an Add-In to convert PellesC project for a Visual Studio in some level.
Some times i like to test some source files with several compilers and see their warnings and error messages too.
And of course double click an error line and go to that specific line to fix it.
And compile, link and run a single file without any project.
@Erol
As you use link version 10, it is possible to 'fix' that link.exe to avoid RichHeader.
Easy way to run console program from Explorer with mouse right button:
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Classes\*\shell\Open With cmd\command]
@="\"cmd.exe\" \"/k %1\""
EDIT: If you just hate an ordinary IDE, just make your own, an example for it :P