问题描述
我正在尝试添加参考,但列表中没有信号参考.它是空的.我也无法点击浏览来添加引用.
I am trying to add a reference and there is no signal reference in the list. It's empty. Also I cannot click browse to add a reference.
有什么帮助吗?所以列表是空的,没有任何引用:
Any help? So the list is empty without any references:
谢谢
推荐答案
一个解决方案:
文件/新建/项目选择 Win32 控制台应用程序,然后在解决方案下选择添加解决方案:(图像)并点击确定.然后单击下一步,清除预编译头复选框并完成.将此项目添加到您的解决方案后,您将能够右键单击引用"(在您的原始项目下)并在项目">解决方案"下查看您添加的最后一个项目.
File / New / Project select Win32 Console Application and under Solution select Add Solution:(image) and click ok. Then click next, clear the Precompiled header checkbox and Finish. Once this project is added to your solution, you will be able to right-click References (under your original project) and see the last project you added available under Projects > Solution.
链接:
这篇关于Visual Studio 参考中的空列表的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!