getnamo / TensorFlow-Unreal-Examples

Drag and drop Unreal Engine TensorFlow examples repository.
MIT License
219 stars 45 forks source link

UEPyFSoftSkinVertex.h(15): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int #15

Closed mrG7 closed 5 years ago

mrG7 commented 6 years ago

Comes bundled with these other errors,

1>d:\unrealengine-4.19.2-release\tensorflowexamples\plugins\unrealenginepython\source\unrealenginepython\private\Wrappers/UEPyFSoftSkinVertex.h(15): error C3646: 'ss_vertex': unknown override specifier

1>d:\unrealengine-4.19.2-release\tensorflowexamples\plugins\unrealenginepython\source\unrealenginepython\private\Wrappers/UEPyFSoftSkinVertex.h(15): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int

1>d:\unrealengine-4.19.2-release\tensorflowexamples\plugins\unrealenginepython\source\unrealenginepython\private\Wrappers/UEPyFSoftSkinVertex.h(22): error C2065: 'FSoftSkinVertex': undeclared identifier

getnamo commented 6 years ago

see my reply on https://github.com/getnamo/tensorflow-ue4-examples/issues/16, same question

mrG7 commented 6 years ago

UnrealEnginePython @ b488657
socketio-client-ue4 @ bc97212
tensorflow-ue4 @ aa681f8

Those are the branches I am using, as they are linked from your project.

getnamo commented 5 years ago

retry on latest release https://github.com/getnamo/tensorflow-ue4-examples/releases/tag/0.4.1 with https://github.com/getnamo/tensorflow-ue4/releases/tag/0.10.1 plugin, these package correctly and should compile under development or editor. If problem still persists, re-open issue.