No EXE file created in VC Express Edition

Hi, I'm having problem with the Visual C++ 2005 express edition. I'm creating WIN32 console program this edition. I couldn't find my exe file after successfully compiler my program. I have no problem with the projects that I created with the Beta 2 edition. Is there any setting I need t o set in the current edition?
[320 byte] By [AaronTan] at [2008-3-3]
# 1
Hi,
How about your BuildLog.htm file? Did you get the following information in the OUTPUT window?
Build log was saved at "file://c:\My Documents\Visual Studio 2005\Projects\classerrror\classerrror\Debug\BuildLog.htm"
classerrror - 0 error(s), 0 warning(s)
========== Rebuild All: 1 succeeded, 0 failed, 0 skipped ==========
If you did, check the directory in red.
Hope this helps.
TakashiToyota at 2007-9-8 > top of Msdn Tech,Visual Studio Express Editions,Visual C++ 2005 Express Edition...
# 2

Thank you for pointing out the buildLog.htm. I have found my exe is located Debug folder which is located in my vc solution folder, instead of its project folder.

AaronTan at 2007-9-8 > top of Msdn Tech,Visual Studio Express Editions,Visual C++ 2005 Express Edition...