智能感知和代码建议在添加c++项目后无法在Visual Studio 2013中工作

Intellisense and code suggestion not working in Visual Studio 2013 after adding C++ projects

本文关键字:Visual Studio 工作 2013 c++ 代码 感知 智能 添加 项目      更新时间:2023-10-16

大家好!我在我的。net解决方案中添加了一些解决方案(使用c++项目)。

之后-我显示消息框从VS智能感知将使用另一个数据库的c++项目…所以,我按下OK,然后…智能也不管用。

例如,i输入:

public void Test()
{
   File.. //i can not add namespace for this class.
   // i should type:
  System.IO.File (at that way Intellisence works)       
 }

那么,你能帮我让智能工作吗?谢谢你!

注:点击选项->文本编辑器-> c# ->常规,选择"自动列表成员","隐藏高级成员","参数信息"。

嗯…似乎TFS断开了连接,我在项目外创建了新的。cs文件。当我把这个文件包含到项目和TFS-它工作