ChloeT;10229 wrote:
By rebuild I mean in VS I select Project M, right click it and select Rebuild in the context menu.
Ok, this is a critical piece of information. When a solution is wired together correctly, NCrunch has no dependency on your foreground (VS) build.
Can you examine how your projects are connected inside their project XML? Normally this should be using a <ProjectReference> tag. If this isn't the case, you may need to remove and re-add the reference in Visual Studio.