0

All works fine, but from some moment Visual Studio stops to show me the errors list. I am trying to run a project and in compilation I got such pop up

enter image description here

I click No, and usually at bottom I can see list of errors, but now don't. Now it looks like this

enter image description here

How to fix it? I have already tried to restart PC as well as Visual Studio, but nothing help. I can't track where I am getting an errors.

Sirop4ik
  • 4,543
  • 2
  • 54
  • 121

2 Answers2

2

sometimes it happen also to me ... you have to carefully check you OUTPUT WINDOWS

enter image description here

also i suggest to you to install a VS plugins called vscoloroutput which color your ouput windows with red and green so you can easly check where the error is.

enter image description here

Dharman
  • 30,962
  • 25
  • 85
  • 135
federico scamuzzi
  • 3,708
  • 1
  • 17
  • 24
-2

You might need to check the output instead.

I had stumbled upon a time where I had my build error displayed in Output for some reasons.

Bhargav Rao
  • 50,140
  • 28
  • 121
  • 140