abdou_dev
abdou_dev

Reputation: 827

Build failed but the errors in not shown in the error list ( visual studio 2019 )

I'm trying to build an application in visual studio , the build is failed but I can't see any error in the error list. I have tried:

But any of those solutions solve my problem.

enter image description here

Upvotes: 2

Views: 2514

Answers (1)

Fabrice T
Fabrice T

Reputation: 663

The error appears in the output window.

Try to clear the solution then you close Visual Studio then you delete bin and obj folders. Then you restart Visual Studio ... it may takes a moment and it will build or fails and display the error.

Upvotes: 1

Related Questions