I have started programming with Qt Framework using c++ a week ago. I am using Microsoft Visual Studio 2017 and I am curious about when to use build and rebuild solution.
I know that Build solution is an incremental build and it only builds the changes and rebuild solution cleans the already built solution and builds again.
So when to use build solution (maybe clean first then build) and when to use rebuild solution?
I would be glad if someone could explain this to me with giving issues as examples.