Empty list in visual studio references

2019-09-14 21:08发布

问题:

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:

Thanks

回答1:

One solution:

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.

link:

  • https://msdn.microsoft.com/en-us/library/ms235627.aspx