Every line of my output window in Visual Studio 2005 is prepended with the characters "1>"
I don't know what happened but it didn't used to do this.
I have tried searching Google but searching for the string "1>" is problematic even if you search +1> (since the + is supposed to mean exact search).
So, what does this mean?... how do I get rid of it?
Thanks, ~Eric
The Output window displays status messages for various features in the integrated development environment (IDE).
The output window is a child window used to capture the output from user tools, find in files output, scripting output, version control (in UEStudio), and various other areas of functionality that may write messages or output.
Go to Tools, Options, Projects And Solutions, and uncheck Show Output Window when Build Starts.
Visual Studio supports parallel builds, using more than one CPU core to build a solution. The 1> prefix indicates the build number that produced the output. You only really get parallel builds when you have projects that are independent of each other.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With