C# 错误 ;1和x9;类型或命名空间名称';FPS定时器';找不到(是否缺少using指令或程序集引用?)

C# 错误 ;1和x9;类型或命名空间名称';FPS定时器';找不到(是否缺少using指令或程序集引用?),c#,winforms,visual-studio,visual-studio-2013,C#,Winforms,Visual Studio,Visual Studio 2013,我下面是英特尔RealSense 3D摄像头的代码。但是我犯了这个错误。如果我应该向引用程序集添加一些内容,您能告诉我这是什么,或者应该如何修复它吗?这与Intel RealSense 3D SDK示例浏览器中的FaceTracking示例有关 private FPSTimer m_timer; 下面是错误: Error 1 The type or namespace name 'FPSTimer' could not be found (are you missing a using

我下面是英特尔RealSense 3D摄像头的代码。但是我犯了这个错误。如果我应该向引用程序集添加一些内容,您能告诉我这是什么,或者应该如何修复它吗?这与Intel RealSense 3D SDK示例浏览器中的FaceTracking示例有关

private FPSTimer m_timer;
下面是错误:

Error   1   The type or namespace name 'FPSTimer' could not be found (are you missing a using directive or an assembly reference?)  c:\users\mona\documents\visual studio 2013\Projects\wfa1\wfa1\FaceTracking.cs   10  17  wfa1

我认为您可能安装了正确的引用,也可能没有安装正确的引用,然后您需要在代码文件中使用语句添加正确的

我不知道;我的机器上没有这个特殊的SDK,但是有一些文档可能会有所帮助。特别是,也许是一节