Visual Studio “Find” results in “No files were found to look in. Find stopped progress.”

前端 未结 14 718
难免孤独
难免孤独 2020-12-12 16:09

Sometimes while developing in Visual Studio IDE, when you use \"Find in Files\" dialog to find something, the search fails and you will see the following message in the \"F

14条回答
  •  眼角桃花
    2020-12-12 16:37

    I have found another cause of this: Moving the solution folder to a new location, when CMake is part of the build process.

    I was working with the Chromium Embedded Framework and moved the main CEF folder from e:\ to c:\ . This seems to break everything including Find because the CMake build scripts it uses hard-code the disk volume and full path (E:\folder) into the source paths.

提交回复
热议问题