CVI currently jumps to the first entry in the build output window, whether this is a warning or an error.
I'd like to suggest an option to see the point of the first error, if there is any, before any warning. Maybe they could be color coded, too.
When starting a new project I usually place some TODO messages (#pragma message) and if this is in a global header file I always see this and not the build error.
-----------------------
/* Nothing past this point should fail if the code is working as intended */