I tried out CMake 2.8.3 RC1 with my project today. When I modify a CMakeLists.txt file and compile, the reload project dialog starts up and I click "No" for don't start recompiling (because it calls ALL_BUILD instead of the one project I want to build), and then I get a "the build must be stopped before the solution can be closed". I click "OK" and then I get a dialog that says:<br>
<br>"Operation aborted (Exception from HRESULT: 0x80004004 (E_ABORT))"<br><br>Any clues as to why this might be happening or how I can fix it?<br>