

IDE tools menu -> Options -> Text Editor -> C/C++ -> Advanced -> Disable Database = True If you disable the IDE intellisense parser for C++, via the setting: I have found the trigger here, but it has nothing to do with Visual Assist. It's going to take a bit of time to figure out the problem setting, but I am looking for it. OK, the problem is being triggered by an IDE setting, but not one of the CMake settings. Zen is the art of being at one with the two'ness I am currently trying to find out why only one machine has this problem. They are "Install Project" and "Compile". On the problem machine, when I open the IDE Build menu there are only 2 entries showing, but disabled. I have a problem on one system, but not on a second machine, using the same very simple CMake project. IDE Tools menu -> Options -> CMake -> Prefer using CMake Presets for configure, build, and test.

Which version, and build, of Visual Studio are you using? I am guessing VS2019, so the build might matter, if this is a new feature. Seems like this might be either a file lock issue or two things trying to update the ui at the same time. The old CMakeSettings.json method worked just fine. When I have the extension disabled, I can compile just fine. When I have vax enabled after generating cmake cache, I cannot compile. The visual studio team has a new feature for cmake that seems to clash with Visual Assist. Whole Tomato Software Forums - CMakePresets.json
