Visual Studio warning about copies of files with different contents

前端 未结 13 785
北恋
北恋 2021-02-05 00:05

When I go to debug my C++ project in Visual Studio, up pops a little warning dialogue box that tells me:

A copy of datum.h was found in
c:/users/brad/desktop/sou         


        
13条回答
  •  南方客
    南方客 (楼主)
    2021-02-05 00:34

    this worked for me:

    • close VS
    • delete *.vcxproj.filters file
    • restart VS

    problem should be gone.

提交回复
热议问题