I have a project which is built by running a Python script that eventually runs Visual C++ 2012. I created new custom makefile project in the CodeLite. I set Compiler property in the General group of project settings to Visual C++ 12. I also configured my custom build command in project settings.
However, when my project built with some errors, CodeLite doesn't seem to detect them. It always shows 0 errors, 0 warnings at the bottom of my build log and no errors are marked as such.
I've tried different patterns (which I tested with RegExp tester) in the build settings for Visual C++ 12 but this doesn't help.
CodeLite version: 9.0.1
OS: Windows 10