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?
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!