这是我的第一个问题;我认为我的作业做得很好,但是我仍然遇到这个问题:
我尝试在 Visual Studio 中的项目属性页的包含搜索路径中添加我想要使用的包含位置。
我已经添加了 OpenCV,完全没有问题,所以我使用了相同的语法,但就像 VS2008 无法在包含文件夹中看到 .h 一样:我在编译时得到这个:
无法打开包含文件:'FlyCapture.h' : 没有这样的文件或目录。
因此,我尝试在代码中添加完整路径,然后似乎找到了 FlyCapture2.h,但是,我在编译时收到错误“Image”未知标识符...
对此的任何帮助将非常非常感谢!
it is my first question here; I think I did my homework pretty well, however I am still stuck with that problem:
I try to add in the include search path of my project property page in Visual Studio the include location I'd like to use.
I already added OpenCV with NO PROBLEM at all, so I used the same syntax, but it is like VS2008 can't see the .h into the include folder: I get this at compilation:
Cannot open include file: 'FlyCapture.h': No such file or directory.
So, I tried to add the full path in my code, it then seems to find FlyCapture2.h, however, I get the error 'Image' unkown identifer at compilation...
Any help with this would be very, very appreciated!
发布评论