Can anyone recommend me a good simple basic tutorial on C++ MFC programming?

Specially I want to know the basic structure of a program and from where it starts executing (no WinMain in the project code I have btw)

I have a project here using MFC and it is a mess, I have downloaded other "simple" MFC projects and they are all a mess. so much code and so many operations for just displaying a blank window...

This is my first attempt at MFC and I have until tomorrow to understand it, otherwise I will just move to doing the whole thing in C# I guess

but at least I want to understand which parts of this project is actual code and which is just boilerplate code

thanks