No cpp file in project sollution

I’m watching [this tutorial][1] and I stuck at creation new cpp class. It created, yes, but only header file are included to my project. Project doesn’t have cpp file (but in explorer I have this file). Rescanning sollution doesn’t help. Maybe I’m doing something wrong?

http://puu.sh/hFGl0/87782954de.png

Hello,

If the file is available in explorer, please right-click on your project in solution explorer in VS, select Add - Existing Item and choose the appropriate .cpp file. After this, rebuild the project.

This should do it!

Hope this helped!

Cheers!