Is it possible to get the column number where the error occurred (mainly coming from cl.exe) in the output MSBuild.exe?
I would like to do this to properly bind the F4 key to Sublime Text.
Microsoft (R) Build Engine version 4.0.30319.17929
[Microsoft .NET Framework, version 4.0.30319.17929]
Copyright (C) Microsoft Corporation. All rights reserved.
'Microsoft Visual C++ Compiler Nov 2012 CTP' is for testing purposes only.
Mesh.cpp
..\..\..\lib\Kernel\Mesh.cpp(94): error C2143: syntax error : missing ';' before 'return' [C:\Users\Stringer\Code\XXXXXXX\kernel\lib\Kernel\kernel.vcxproj]
[Finished in 1.4s]
source
share