Is there a way to prevent Visual Studio from printing Thread exited statements into the Output Window?

Solution 1:

Yes, this is easy to do. Just right-click the Output window and untick the "Thread Exit Messages" option:

enter image description here

If you want the setting to apply to every future project instead of just the current one then use Tools > Options > Debugging > Output Window > Thread Exit Messages = Off.