Visual Studio 2017 Freezes when I move mouse over Mat keyword (OpenCv 3.4.1)

前端 未结 4 1578
灰色年华
灰色年华 2021-02-03 12:47

I want to develop openCv project in Visual Studio 2017. I downloaded the opencv pre-build libraries and made necessary settings. That is:

1) I added System Path ..

4条回答
  •  南方客
    南方客 (楼主)
    2021-02-03 13:36

    You can disable the Auto Quick Info option by starting at the top menu and navigating to Tools, Options, Text Editor, C/C++, Advanced and under IntelliSense change the value for Auto Quick Info to False.

    This will turn all of the Quick Info helpers off, but will at least keep the project from freezing.

提交回复
热议问题