Visual studio 如何解决Visual Studio在错误位置查找.props文件的问题?

Visual studio 如何解决Visual Studio在错误位置查找.props文件的问题?,visual-studio,visual-studio-2010,project,vsprops,Visual Studio,Visual Studio 2010,Project,Vsprops,我有一个项目,由于一个错误,我甚至无法打开: proj_path.vcxproj : error : The imported project "some_other_path\p.props" was not found. Confirm that the path in the <Import> declaration is correct, and that the file exists on disk. proj_path.vcxproj:错误:未找到导入的项目“som

我有一个项目,由于一个错误,我甚至无法打开:

proj_path.vcxproj : error  : The imported project "some_other_path\p.props" was not found. Confirm that the path in the <Import> declaration is correct, and that the file exists on disk.
proj_path.vcxproj:错误:未找到导入的项目“some_other_path\p.props”。确认声明中的路径正确,并且文件存在于磁盘上。
我有
p.props
项目目录中的文件,但Visual Studio 2010一直在我的电脑上不存在的其他文件夹中查找它。在哪里修复此路径?

HI,您找到任何修复方法了吗?vs 2015中的一个项目存在相同问题