I have seen a few posts requesting how to get SE to access the source files, when creating projects from makefiles that were generated by Cmake. There is a soulution for Visual Studios in that Cmake can generate visual studio solutions and SE can work with these solutions.
I have not seen any answer to the straight makefile base projects. Of course, what would be ideal is if CMake could generate SE projects.
Let me resate the actual issue. When makefiles that have been generated for the gcc tool chain by CMake are used by SE to create SE projects, SE can actually list and build the projects, but SE cannot locate the source files to view, edit, or debug.