2021-05-18 01:40 PM
2021-05-18 07:10 PM
Doesn't help you much, but it doesn't do so for me. I doubt it's intended. I'm on Win10, and have used many different IDE version.
2021-05-19 12:16 PM
If I have compilation errors that end the build process prematurely, mine doesn't do it either. Is it possible there is a project Properties setting that puts a command in the makefile that causes this action? I've looked around and can't find anything that looks like it would cause it.
2021-05-25 01:07 PM
I finally figured this out. In the project Properties dialog, go to the "C/C++ Build" pane and the "Refresh Policy" tab. My project was listed. I deleted it from the list (it was the only thing listed) and no more post build "refreshing", i.e. completely collapsing every project folder I had open.
Thanks!