【发布时间】:2015-07-15 07:46:06
【问题描述】:
我使用 Visual Studio 2013 构建程序。我有一些问题... a) 一个错误:
c:\users\wojciech\desktop\cryingdamson 0.3.6 (8.60) v8.2 source\otpch.h(28): fatal error C1083: Cannot open include file: 'libxml/xmlmemory.h': No such file or directory
我的代码:
#include <libxml/xmlmemory.h>
我已将该文件包含在 Visual Studio 2013 中的头文件中,甚至在 libxml 文件夹中。由于该错误,我仍然无法构建解决方案(编译)。
请帮助我,我是 Visual Studio 的新手。我曾尝试将 xmlmemory.h 文件添加到项目属性中,但似乎没有看到该文件。
好的,在文件夹“c:\users\wojciech\my documents/visual studio 2013/projects/consoleapplication3”中有一个名为MainProject.sln的文件,它的类型是microsoft visual solution。在同一个文件夹中,我添加了 libxml 文件夹,并在文件夹中放置了 xmlmemory.h。问题是我仍然无法编译程序。
我使用的是 Windows 7。
【问题讨论】:
标签: c++ build compilation header