Reputation: 3433
When I compile my C++ project and have errors, to see those errors I need to open a find window and search for 'error' inside the output window.
Isn't any better way to go over the error messages?
Thank you
Upvotes: 1
Views: 97
Reputation: 3977
To expand on my comment from earlier, the Error List window can be shown by clicking View->Error List from the main menu or by pressing Ctrl+W,E.
With the Error List window visible any errors detected during compilation should be clickable from within that window once the compilation has failed.
Upvotes: 2