-4

I created a new Blueprint project with First Person template, and then I want to add the Third Person c++ feature. However, as soon as I do, it gives me the errors shown below

enter image description here

enter image description here

And if I try to build the solution in visual studio, i get these errors

enter image description here

I have tried both with VS community 2015 and 2017, reinstalled them both as well as unreal engine. I even reinstalled and formatted all my hard drives, including windows. Still the same problem.

user0042
  • 7,917
  • 3
  • 24
  • 39
Simon Andersson
  • 751
  • 1
  • 9
  • 29
  • 2
    For future reference I think reformatting your hard drive is a bit extreme to fix a compiler error – Cory Kramer Dec 21 '17 at 19:01
  • Possible duplicate of [What is an undefined reference/unresolved external symbol error and how do I fix it?](https://stackoverflow.com/questions/12573816/what-is-an-undefined-reference-unresolved-external-symbol-error-and-how-do-i-fix) – user0042 Dec 21 '17 at 19:01
  • @CoryKramer - Depends on the error. Simply reformatting may not be enough. Some errors may drive one to abstain from all technology. – StoryTeller - Unslander Monica Dec 21 '17 at 19:01

1 Answers1

0

Well, I found one solution. I started the project with the C++ template instead of the blueprint one for First Person, then it let me add the C++ feature without problems. Seems like you can't add C++ features to a freshly started Blueprint project, unless I'm missing something.

When I created it with blueprint, I could still add the blueprint feature for Third Person but not the C++.

Simon Andersson
  • 751
  • 1
  • 9
  • 29