In .sublime-project file I have following code
“build_systems”:
{
"name": "C++Custom",
"shell_cmd": "make",
"working_dir": "$project_path/Sensor"
}
]
It compiles, but the errors do not link to the file and line of the error, how can I fix that. If I use the included C++ build system the files do link. Unfortunately, I have no idea how to add search paths to the included build system. It was easy on ST2, but I cannot find the ST3 files.