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.

Aleksey Timoshchenko
  • 3,364
  • 1
  • 33
  • 61

2 Answers2

1

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
  • 21,838
  • 18
  • 57
  • 107
federico scamuzzi
  • 3,346
  • 1
  • 13
  • 21
-1

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
  • 41,091
  • 27
  • 112
  • 129