Click here to Skip to main content
15,881,812 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have suddenly lost access to the list of warnings and errors when I build applications with Visual C++ 2010 Express. This seems to be occurring with all the applications. How do I recover the this feature? I only get a message "build complete" or "build failed"

Regards, Sir Roland
Posted
Comments
Thomas Daniels 1-Feb-15 12:52pm    
Is the "Error List" panel still there without showing errors, or is it gone?
Sir Roland 1-Feb-15 20:07pm    
There is no error list
LLLLGGGG 1-Feb-15 13:52pm    
Try to repair VS install.
Sir Roland 1-Feb-15 20:08pm    
I have repaired Visual Studio and Visual C++. No joy.
barneyman 1-Feb-15 17:54pm    
View / Error List
or
View / Output
?

1 solution

Check the error and warnings settings of your project. Or have you included some headers which supress warnings. Search for "#pragma warning" tokens
 
Share this answer
 
Comments
Sir Roland 1-Feb-15 14:58pm    
How do I access the error and warnings settings? I didn't see them when I looked at properties. I do have some #pragma tokens. I'll try turning them off. Since I am suddenly seeing the problem when I rebuild inactive projects, it seems it would be associated with the Visual Studio set-up.
Sir Roland 1-Feb-15 20:31pm    
I am using Visual C++ 2010 Express. Being aware of that may affect suggestions of solutions

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900