Visual Studio warning about copies of files with different contents

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

    This worked for me (as of March 2019):

    1. Click the 'Build' drop-down menu in the top left of your Visual Studio window
    2. Select 'Rebuild Solution'

提交回复
热议问题