What does this red minus overlay icon mean in Visual studio's Solution Explorer?

后端 未结 2 1930
不知归路
不知归路 2020-12-18 21:31

\"enter

What does this red minus flag mean in visual studio?

2条回答
  •  感情败类
    2020-12-18 21:48

    Red circle icon with white minus means that file is excluded from source code control. Right click on filter "Header files" for example and find out how "SCC Files" property is set. Probably is set to false, change it to true and icon will disappear.

提交回复
热议问题