Empty list in visual studio references

2019-09-14 20:31发布

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:

Screenshot here

Thanks

1条回答
仙女界的扛把子
2楼-- · 2019-09-14 21:06

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:

查看更多
登录 后发表回答