【发布时间】:2017-04-06 07:51:14
【问题描述】:
我收到了著名的错误 LNK 2019。我已经阅读了很多关于它的信息。但是,我无法解决我的问题:
我有一个 .cpp,其中包括:
#include "stdafx.h"
#include "GraphicSettings.h"
在GraphicSetting.h中:
#include <stdio.h>
#include <math.h>
#include "../3rd-party/bullet3-2.86/examples/Utils/b3Clock.h"
似乎一切正常,但每当我尝试编译时...
阅读解决方案,我终于添加 b3Clock.cpp到我的项目,但错误仍然出现。
我做错了什么? 非常感谢。
【问题讨论】:
标签: c++ compiler-errors compilation clock bulletphysics