I want to launch my specific code from post build event and see any error messages as build errors. To do this I created another console application in a solution and added it to Build-Postbuild list in the main project settings.
The problem is that Visual Studio Error List displays only error code but no output at all.