Visual Studio - project shows up as “Miscellaneous Files”

后端 未结 13 1920
走了就别回头了
走了就别回头了 2020-12-01 11:50

This is a weird one. I have a C# Class Library project within my solution. If I open a .cs file within this project, the Project drop-down on the c

13条回答
  •  暖寄归人
    2020-12-01 12:42

    I had this problem in VS2019 after upgrade from 2017. Clean and rebuild of solution fixed it.

    1. Build -> Batch build -> Select all -> Clean
    2. Build -> Batch build -> Select all -> Build

提交回复
热议问题