Hi - this is a very minor mostly cosmetic request, and I know C++-related stuff is out of scope anyway, but I might as well ask...
In some circumstance, not sure what, while working with Visual Studio and C++ projects, VS will somehow trick nCrunch into becoming interested in odd project files with names that look like this:
C:\Users\will\AppData\Roaming\Microsoft\VisualStudio\17.0_3cd056af\SingleFileISense\_sfi_0a28ca17-3fb5-4df4-83b2-39119968c6b6_.vcxproj
(Note that the directory location is absolutely nothing to do with the solution I'm working in)
NC cannot, reasonably enough, build these projects - all that happens is you end up with the project showing as a build failure at the bottom of the project list (very minor cosmetic annoyance) and, slightly more annoying cosmetic annoyance, the status text at the top of the NC window will then, forever more, show "1 project is failing to build" on a pink "warning" background - this prevents any other status information being shown.
Nobody seems to really know what these files are for - something to do with this:
https://devblogs.microso...improvements-in-vs2015/
Could NC simply ignore projects with filenames that start _sfi_[guid]?
Thanks,
Will