I may just be being thick, but I can’t seem to see an equivalent of the VisualStudio ‘Rebuild’ option - ie, single-click to recompile all the source files in the Project.
At the moment, it seems that I have to do ‘Clean’ first, then ‘Build’
Standard behaviour is to rebuild after a clean.
Maybe you have inopportunely modified an option which makes the C build not triggered after a clean.
Give a look to your project’s properties: Properties > Builders > CDT Builder > Edit…
The “after a clean” checkbox should be checked (actually, the only one not to be checked should be “During auto builds”)