Visual Studio warning about copies of files with different contents

前端 未结 13 774
北恋
北恋 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:47

    My solutiion:

    1. Build -> Configuration manager
    2. Switch to another configuration (any, example Releas or Debug)
    3. Switch to previous configuration

提交回复
热议问题