Advertisement
Guest User

Errors

a guest
May 3rd, 2018
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 61.25 KB | None | 0 0
  1. Severity Code Description Project File Line Suppression State
  2. Error C3861 'Jump': identifier not found Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 121
  3. Warning MSB4011 "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.Makefile.props" cannot be imported again. It was already imported at "C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.cpp.props (31,3)". This is most likely a build authoring error. This subsequent import will be ignored. [I:\Unreal Projects\Horror\Intermediate\ProjectFiles\UE4.vcxproj] UE4 31
  4. Warning MSB4011 "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.Makefile.props" cannot be imported again. It was already imported at "C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.cpp.props (31,3)". This is most likely a build authoring error. This subsequent import will be ignored. [I:\Unreal Projects\Horror\Intermediate\ProjectFiles\UE4.vcxproj] Horror 31
  5. Warning MSB4011 "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.Makefile.props" cannot be imported again. It was already imported at "C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.cpp.props (31,3)". This is most likely a build authoring error. This subsequent import will be ignored. [I:\Unreal Projects\Horror\Intermediate\ProjectFiles\Horror.vcxproj] Horror 31
  6. Warning MSB4011 "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.Makefile.props" cannot be imported again. It was already imported at "C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.cpp.props (31,3)". This is most likely a build authoring error. This subsequent import will be ignored. [I:\Unreal Projects\Horror\Intermediate\ProjectFiles\Horror.vcxproj] UE4 31
  7. Error C2653 'AMyCharacter': is not a class or namespace name Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 7
  8. Error C4430 missing type specifier - int assumed. Note: C++ does not support default-int Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 8
  9. Error C2065 'PrimaryActorTick': undeclared identifier Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 10
  10. Error C2228 left of '.bCanEverTick' must have class/struct/union Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 10
  11. Error C4508 'AMyCharacter': function should return a value; 'void' return type assumed Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 11
  12. Error C2653 'AMyCharacter': is not a class or namespace name Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 13
  13. Error C4430 missing type specifier - int assumed. Note: C++ does not support default-int Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 13
  14. Error C2550 'AMyCharacter': constructor initializer lists are only allowed on constructor definitions Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 14
  15. Error C2065 'PlayerCamera': undeclared identifier Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 16
  16. Error C2065 'CreateDefaultSubobject': undeclared identifier Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 16
  17. Error C2065 'UCameraComponent': undeclared identifier Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 16
  18. Error C2065 'PlayerCamera': undeclared identifier Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 17
  19. Error C2227 left of '->AttachTo' must point to class/struct/union/generic type Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 17
  20. Error C3861 'GetRootComponent': identifier not found Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 17
  21. Error C2065 'Diughlight': undeclared identifier Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 19
  22. Error C2065 'CreateDefaultSubobject': undeclared identifier Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 19
  23. Error C2065 'USpotLightComponent': undeclared identifier Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 19
  24. Error C2065 'Diughlight': undeclared identifier Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 20
  25. Error C2227 left of '->AttachTo' must point to class/struct/union/generic type Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 20
  26. Error C2065 'PlayerCamera': undeclared identifier Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 20
  27. Error C4508 'AMyCharacter': function should return a value; 'void' return type assumed Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 26
  28. Error C2653 'AMyCharacter': is not a class or namespace name Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 29
  29. Error C2653 'Super': is not a class or namespace name Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 31
  30. Error C2065 'Diughlight': undeclared identifier Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 33
  31. Error C2227 left of '->SetIntensity' must point to class/struct/union/generic type Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 33
  32. Error C2653 'AMyCharacter': is not a class or namespace name Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 38
  33. Error C2653 'Super': is not a class or namespace name Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 40
  34. Error C2065 'LightMeter': undeclared identifier Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 42
  35. Error C2664 'void UEngine::AddOnScreenDebugMessage(int32,float,FColor,const FString &,bool,const FVector2D &)': cannot convert argument 4 from 'bool' to 'const FString &' Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 42
  36. Error C3861 'GetLightIntensity': identifier not found Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 43
  37. Error C2065 'bCrouchToggle': undeclared identifier Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 45
  38. Error C3861 'Crouch': identifier not found Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 47
  39. Error C3861 'UnCrouch': identifier not found Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 51
  40. Error C2065 'bFlashlightToggle': undeclared identifier Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 54
  41. Error C2065 'Diughlight': undeclared identifier Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 56
  42. Error C2227 left of '->SetIntensity' must point to class/struct/union/generic type Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 56
  43. Error C2065 'Diughlight': undeclared identifier Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 60
  44. Error C2227 left of '->SetIntensity' must point to class/struct/union/generic type Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 60
  45. Error C2653 'AMyCharacter': is not a class or namespace name Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 66
  46. Error C2653 'Super': is not a class or namespace name Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 68
  47. Error C2355 'this': can only be referenced inside non-static member functions or non-static data member initializers Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 71
  48. Error C2653 'AMyCharacter': is not a class or namespace name Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 71
  49. Error C2065 'MoveForward': undeclared identifier Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 71
  50. Error C2355 'this': can only be referenced inside non-static member functions or non-static data member initializers Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 72
  51. Error C2653 'AMyCharacter': is not a class or namespace name Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 72
  52. Error C2065 'MoveRight': undeclared identifier Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 72
  53. Error C2355 'this': can only be referenced inside non-static member functions or non-static data member initializers Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 73
  54. Error C2653 'AMyCharacter': is not a class or namespace name Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 73
  55. Error C2065 'LookUp': undeclared identifier Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 73
  56. Error C2355 'this': can only be referenced inside non-static member functions or non-static data member initializers Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 74
  57. Error C2653 'AMyCharacter': is not a class or namespace name Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 74
  58. Error C2065 'LookRight': undeclared identifier Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 74
  59. Error C2355 'this': can only be referenced inside non-static member functions or non-static data member initializers Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 76
  60. Error C2653 'AMyCharacter': is not a class or namespace name Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 76
  61. Error C2065 'ToggleCrouch': undeclared identifier Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 76
  62. Error C2355 'this': can only be referenced inside non-static member functions or non-static data member initializers Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 77
  63. Error C2653 'AMyCharacter': is not a class or namespace name Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 77
  64. Error C2065 'StartJump': undeclared identifier Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 77
  65. Error C2355 'this': can only be referenced inside non-static member functions or non-static data member initializers Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 78
  66. Error C2653 'AMyCharacter': is not a class or namespace name Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 78
  67. Error C2065 'ToggleFlashlight': undeclared identifier Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 78
  68. Error C2355 'this': can only be referenced inside non-static member functions or non-static data member initializers Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 79
  69. Error C2653 'AMyCharacter': is not a class or namespace name Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 79
  70. Error C2065 'StartSprint': undeclared identifier Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 79
  71. Error C2355 'this': can only be referenced inside non-static member functions or non-static data member initializers Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 80
  72. Error C2653 'AMyCharacter': is not a class or namespace name Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 80
  73. Error C2065 'EndSprint': undeclared identifier Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 80
  74. Error C2653 'AMyCharacter': is not a class or namespace name Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 85
  75. Error C3861 'GetActorForwardVector': identifier not found Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 87
  76. Error C3861 'AddMovementInput': identifier not found Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 88
  77. Error C2653 'AMyCharacter': is not a class or namespace name Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 91
  78. Error C3861 'GetActorRightVector': identifier not found Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 93
  79. Error C3861 'AddMovementInput': identifier not found Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 94
  80. Error C2653 'AMyCharacter': is not a class or namespace name Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 97
  81. Error C3861 'AddControllerPitchInput': identifier not found Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 99
  82. Error C2653 'AMyCharacter': is not a class or namespace name Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 102
  83. Error C3861 'AddControllerYawInput': identifier not found Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 104
  84. Error C2653 'AMyCharacter': is not a class or namespace name Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 107
  85. Error C2065 'bCrouchToggle': undeclared identifier Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 109
  86. Error C2065 'bCrouchToggle': undeclared identifier Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 111
  87. Error C2065 'bCrouchToggle': undeclared identifier Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 113
  88. Error C2065 'bCrouchToggle': undeclared identifier Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 115
  89. Error C2653 'AMyCharacter': is not a class or namespace name Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 119
  90. Error C2653 'AMyCharacter': is not a class or namespace name Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 124
  91. Error C3861 'StopJumping': identifier not found Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 126
  92. Error C2653 'AMyCharacter': is not a class or namespace name Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 129
  93. Error C2065 'bFlashlightToggle': undeclared identifier Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 131
  94. Error C2065 'bFlashlightToggle': undeclared identifier Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 133
  95. Error C2065 'bFlashlightToggle': undeclared identifier Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 135
  96. Error C2065 'bFlashlightToggle': undeclared identifier Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 137
  97. Error C2653 'AMyCharacter': is not a class or namespace name Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 141
  98. Error C3861 'GetCharacterMovement': identifier not found Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 143
  99. Error C2227 left of '->MaxWalkSpeed' must point to class/struct/union/generic type Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 143
  100. Error C2653 'AMyCharacter': is not a class or namespace name Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 146
  101. Error C3861 'GetCharacterMovement': identifier not found Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 148
  102. Error C2227 left of '->MaxWalkSpeed' must point to class/struct/union/generic type Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 148
  103. Error C2653 'AMyCharacter': is not a class or namespace name Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 151
  104. Error C2065 'LightMeter': undeclared identifier Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 153
  105. Error C2065 'bFlashlightToggle': undeclared identifier Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 154
  106. Error C2065 'LightMeter': undeclared identifier Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 156
  107. Error C2653 'UGameplayStatics': is not a class or namespace name Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 159
  108. Error C2355 'this': can only be referenced inside non-static member functions or non-static data member initializers Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 159
  109. Error C2653 'APointLight': is not a class or namespace name Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 159
  110. Error C3861 'StaticClass': identifier not found Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 159
  111. Error C1003 error count exceeds 100; stopping compilation Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 159
  112. Error C2653 'AMyCharacter': is not a class or namespace name Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 7
  113. Error C4430 missing type specifier - int assumed. Note: C++ does not support default-int Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 8
  114. Error C2065 'PrimaryActorTick': undeclared identifier Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 10
  115. Error C2228 left of '.bCanEverTick' must have class/struct/union Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 10
  116. Error C4508 'AMyCharacter': function should return a value; 'void' return type assumed Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 11
  117. Error C2653 'AMyCharacter': is not a class or namespace name Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 13
  118. Error C4430 missing type specifier - int assumed. Note: C++ does not support default-int Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 13
  119. Error C2550 'AMyCharacter': constructor initializer lists are only allowed on constructor definitions Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 14
  120. Error C2065 'PlayerCamera': undeclared identifier Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 16
  121. Error C2065 'CreateDefaultSubobject': undeclared identifier Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 16
  122. Error C2065 'UCameraComponent': undeclared identifier Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 16
  123. Error C2065 'PlayerCamera': undeclared identifier Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 17
  124. Error C2227 left of '->AttachTo' must point to class/struct/union/generic type Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 17
  125. Error C3861 'GetRootComponent': identifier not found Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 17
  126. Error C2065 'Diughlight': undeclared identifier Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 19
  127. Error C2065 'CreateDefaultSubobject': undeclared identifier Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 19
  128. Error C2065 'USpotLightComponent': undeclared identifier Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 19
  129. Error C2065 'Diughlight': undeclared identifier Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 20
  130. Error C2227 left of '->AttachTo' must point to class/struct/union/generic type Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 20
  131. Error C2065 'PlayerCamera': undeclared identifier Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 20
  132. Error C4508 'AMyCharacter': function should return a value; 'void' return type assumed Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 26
  133. Error C2653 'AMyCharacter': is not a class or namespace name Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 29
  134. Error C2653 'Super': is not a class or namespace name Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 31
  135. Error C2065 'Diughlight': undeclared identifier Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 33
  136. Error C2227 left of '->SetIntensity' must point to class/struct/union/generic type Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 33
  137. Error C2653 'AMyCharacter': is not a class or namespace name Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 38
  138. Error C2653 'Super': is not a class or namespace name Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 40
  139. Error C2065 'LightMeter': undeclared identifier Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 42
  140. Error C2664 'void UEngine::AddOnScreenDebugMessage(int32,float,FColor,const FString &,bool,const FVector2D &)': cannot convert argument 4 from 'bool' to 'const FString &' Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 42
  141. Error C3861 'GetLightIntensity': identifier not found Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 43
  142. Error C2065 'bCrouchToggle': undeclared identifier Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 45
  143. Error C3861 'Crouch': identifier not found Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 47
  144. Error C3861 'UnCrouch': identifier not found Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 51
  145. Error C2065 'bFlashlightToggle': undeclared identifier Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 54
  146. Error C2065 'Diughlight': undeclared identifier Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 56
  147. Error C2227 left of '->SetIntensity' must point to class/struct/union/generic type Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 56
  148. Error C2065 'Diughlight': undeclared identifier Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 60
  149. Error C2227 left of '->SetIntensity' must point to class/struct/union/generic type Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 60
  150. Error C2653 'AMyCharacter': is not a class or namespace name Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 66
  151. Error C2653 'Super': is not a class or namespace name Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 68
  152. Error C2355 'this': can only be referenced inside non-static member functions or non-static data member initializers Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 71
  153. Error C2653 'AMyCharacter': is not a class or namespace name Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 71
  154. Error C2065 'MoveForward': undeclared identifier Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 71
  155. Error C2355 'this': can only be referenced inside non-static member functions or non-static data member initializers Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 72
  156. Error C2653 'AMyCharacter': is not a class or namespace name Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 72
  157. Error C2065 'MoveRight': undeclared identifier Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 72
  158. Error C2355 'this': can only be referenced inside non-static member functions or non-static data member initializers Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 73
  159. Error C2653 'AMyCharacter': is not a class or namespace name Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 73
  160. Error C2065 'LookUp': undeclared identifier Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 73
  161. Error C2355 'this': can only be referenced inside non-static member functions or non-static data member initializers Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 74
  162. Error C2653 'AMyCharacter': is not a class or namespace name Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 74
  163. Error C2065 'LookRight': undeclared identifier Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 74
  164. Error C2355 'this': can only be referenced inside non-static member functions or non-static data member initializers Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 76
  165. Error C2653 'AMyCharacter': is not a class or namespace name Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 76
  166. Error C2065 'ToggleCrouch': undeclared identifier Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 76
  167. Error C2355 'this': can only be referenced inside non-static member functions or non-static data member initializers Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 77
  168. Error C2653 'AMyCharacter': is not a class or namespace name Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 77
  169. Error C2065 'StartJump': undeclared identifier Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 77
  170. Error C2355 'this': can only be referenced inside non-static member functions or non-static data member initializers Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 78
  171. Error C2653 'AMyCharacter': is not a class or namespace name Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 78
  172. Error C2065 'ToggleFlashlight': undeclared identifier Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 78
  173. Error C2355 'this': can only be referenced inside non-static member functions or non-static data member initializers Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 79
  174. Error C2653 'AMyCharacter': is not a class or namespace name Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 79
  175. Error C2065 'StartSprint': undeclared identifier Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 79
  176. Error C2355 'this': can only be referenced inside non-static member functions or non-static data member initializers Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 80
  177. Error C2653 'AMyCharacter': is not a class or namespace name Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 80
  178. Error C2065 'EndSprint': undeclared identifier Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 80
  179. Error C2653 'AMyCharacter': is not a class or namespace name Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 85
  180. Error C3861 'GetActorForwardVector': identifier not found Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 87
  181. Error C3861 'AddMovementInput': identifier not found Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 88
  182. Error C2653 'AMyCharacter': is not a class or namespace name Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 91
  183. Error C3861 'GetActorRightVector': identifier not found Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 93
  184. Error C3861 'AddMovementInput': identifier not found Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 94
  185. Error C2653 'AMyCharacter': is not a class or namespace name Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 97
  186. Error C3861 'AddControllerPitchInput': identifier not found Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 99
  187. Error C2653 'AMyCharacter': is not a class or namespace name Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 102
  188. Error C3861 'AddControllerYawInput': identifier not found Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 104
  189. Error C2653 'AMyCharacter': is not a class or namespace name Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 107
  190. Error C2065 'bCrouchToggle': undeclared identifier Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 109
  191. Error C2065 'bCrouchToggle': undeclared identifier Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 111
  192. Error C2065 'bCrouchToggle': undeclared identifier Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 113
  193. Error C2065 'bCrouchToggle': undeclared identifier Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 115
  194. Error C2653 'AMyCharacter': is not a class or namespace name Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 119
  195. Error C3861 'Jump': identifier not found Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 121
  196. Error C2653 'AMyCharacter': is not a class or namespace name Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 124
  197. Error C3861 'StopJumping': identifier not found Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 126
  198. Error C2653 'AMyCharacter': is not a class or namespace name Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 129
  199. Error C2065 'bFlashlightToggle': undeclared identifier Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 131
  200. Error C2065 'bFlashlightToggle': undeclared identifier Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 133
  201. Error C2065 'bFlashlightToggle': undeclared identifier Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 135
  202. Error C2065 'bFlashlightToggle': undeclared identifier Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 137
  203. Error C2653 'AMyCharacter': is not a class or namespace name Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 141
  204. Error C3861 'GetCharacterMovement': identifier not found Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 143
  205. Error C2227 left of '->MaxWalkSpeed' must point to class/struct/union/generic type Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 143
  206. Error C2653 'AMyCharacter': is not a class or namespace name Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 146
  207. Error C3861 'GetCharacterMovement': identifier not found Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 148
  208. Error C2227 left of '->MaxWalkSpeed' must point to class/struct/union/generic type Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 148
  209. Error C2653 'AMyCharacter': is not a class or namespace name Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 151
  210. Error C2065 'LightMeter': undeclared identifier Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 153
  211. Error C2065 'bFlashlightToggle': undeclared identifier Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 154
  212. Error C2065 'LightMeter': undeclared identifier Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 156
  213. Error C2653 'UGameplayStatics': is not a class or namespace name Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 159
  214. Error C2355 'this': can only be referenced inside non-static member functions or non-static data member initializers Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 159
  215. Error C2653 'APointLight': is not a class or namespace name Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 159
  216. Error C3861 'StaticClass': identifier not found Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 159
  217. Error C1003 error count exceeds 100; stopping compilation Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 159
  218. Error C2653 'AMyCharacter': is not a class or namespace name Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 7
  219. Error C4430 missing type specifier - int assumed. Note: C++ does not support default-int Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 8
  220. Error C2065 'PrimaryActorTick': undeclared identifier Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 10
  221. Error C2228 left of '.bCanEverTick' must have class/struct/union Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 10
  222. Error C4508 'AMyCharacter': function should return a value; 'void' return type assumed Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 11
  223. Error C2653 'AMyCharacter': is not a class or namespace name Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 13
  224. Error C4430 missing type specifier - int assumed. Note: C++ does not support default-int Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 13
  225. Error C2550 'AMyCharacter': constructor initializer lists are only allowed on constructor definitions Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 14
  226. Error C2065 'PlayerCamera': undeclared identifier Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 16
  227. Error C2065 'CreateDefaultSubobject': undeclared identifier Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 16
  228. Error C2065 'UCameraComponent': undeclared identifier Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 16
  229. Error C2065 'PlayerCamera': undeclared identifier Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 17
  230. Error C2227 left of '->AttachTo' must point to class/struct/union/generic type Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 17
  231. Error C3861 'GetRootComponent': identifier not found Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 17
  232. Error C2065 'Diughlight': undeclared identifier Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 19
  233. Error C2065 'CreateDefaultSubobject': undeclared identifier Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 19
  234. Error C2065 'USpotLightComponent': undeclared identifier Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 19
  235. Error C2065 'Diughlight': undeclared identifier Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 20
  236. Error C2227 left of '->AttachTo' must point to class/struct/union/generic type Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 20
  237. Error C2065 'PlayerCamera': undeclared identifier Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 20
  238. Error C4508 'AMyCharacter': function should return a value; 'void' return type assumed Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 26
  239. Error C2653 'AMyCharacter': is not a class or namespace name Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 29
  240. Error C2653 'Super': is not a class or namespace name Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 31
  241. Error C2065 'Diughlight': undeclared identifier Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 33
  242. Error C2227 left of '->SetIntensity' must point to class/struct/union/generic type Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 33
  243. Error C2653 'AMyCharacter': is not a class or namespace name Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 38
  244. Error C2653 'Super': is not a class or namespace name Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 40
  245. Error C2065 'LightMeter': undeclared identifier Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 42
  246. Error C2664 'void UEngine::AddOnScreenDebugMessage(int32,float,FColor,const FString &,bool,const FVector2D &)': cannot convert argument 4 from 'bool' to 'const FString &' Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 42
  247. Error C3861 'GetLightIntensity': identifier not found Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 43
  248. Error C2065 'bCrouchToggle': undeclared identifier Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 45
  249. Error C3861 'Crouch': identifier not found Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 47
  250. Error C3861 'UnCrouch': identifier not found Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 51
  251. Error C2065 'bFlashlightToggle': undeclared identifier Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 54
  252. Error C2065 'Diughlight': undeclared identifier Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 56
  253. Error C2227 left of '->SetIntensity' must point to class/struct/union/generic type Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 56
  254. Error C2065 'Diughlight': undeclared identifier Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 60
  255. Error C2227 left of '->SetIntensity' must point to class/struct/union/generic type Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 60
  256. Error C2653 'AMyCharacter': is not a class or namespace name Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 66
  257. Error C2653 'Super': is not a class or namespace name Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 68
  258. Error C2355 'this': can only be referenced inside non-static member functions or non-static data member initializers Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 71
  259. Error C2653 'AMyCharacter': is not a class or namespace name Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 71
  260. Error C2065 'MoveForward': undeclared identifier Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 71
  261. Error C2355 'this': can only be referenced inside non-static member functions or non-static data member initializers Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 72
  262. Error C2653 'AMyCharacter': is not a class or namespace name Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 72
  263. Error C2065 'MoveRight': undeclared identifier Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 72
  264. Error C2355 'this': can only be referenced inside non-static member functions or non-static data member initializers Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 73
  265. Error C2653 'AMyCharacter': is not a class or namespace name Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 73
  266. Error C2065 'LookUp': undeclared identifier Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 73
  267. Error C2355 'this': can only be referenced inside non-static member functions or non-static data member initializers Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 74
  268. Error C2653 'AMyCharacter': is not a class or namespace name Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 74
  269. Error C2065 'LookRight': undeclared identifier Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 74
  270. Error C2355 'this': can only be referenced inside non-static member functions or non-static data member initializers Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 76
  271. Error C2653 'AMyCharacter': is not a class or namespace name Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 76
  272. Error C2065 'ToggleCrouch': undeclared identifier Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 76
  273. Error C2355 'this': can only be referenced inside non-static member functions or non-static data member initializers Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 77
  274. Error C2653 'AMyCharacter': is not a class or namespace name Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 77
  275. Error C2065 'StartJump': undeclared identifier Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 77
  276. Error C2355 'this': can only be referenced inside non-static member functions or non-static data member initializers Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 78
  277. Error C2653 'AMyCharacter': is not a class or namespace name Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 78
  278. Error C2065 'ToggleFlashlight': undeclared identifier Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 78
  279. Error C2355 'this': can only be referenced inside non-static member functions or non-static data member initializers Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 79
  280. Error C2653 'AMyCharacter': is not a class or namespace name Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 79
  281. Error C2065 'StartSprint': undeclared identifier Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 79
  282. Error C2355 'this': can only be referenced inside non-static member functions or non-static data member initializers Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 80
  283. Error C2653 'AMyCharacter': is not a class or namespace name Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 80
  284. Error C2065 'EndSprint': undeclared identifier Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 80
  285. Error C2653 'AMyCharacter': is not a class or namespace name Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 85
  286. Error C3861 'GetActorForwardVector': identifier not found Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 87
  287. Error C3861 'AddMovementInput': identifier not found Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 88
  288. Error C2653 'AMyCharacter': is not a class or namespace name Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 91
  289. Error C3861 'GetActorRightVector': identifier not found Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 93
  290. Error C3861 'AddMovementInput': identifier not found Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 94
  291. Error C2653 'AMyCharacter': is not a class or namespace name Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 97
  292. Error C3861 'AddControllerPitchInput': identifier not found Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 99
  293. Error C2653 'AMyCharacter': is not a class or namespace name Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 102
  294. Error C3861 'AddControllerYawInput': identifier not found Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 104
  295. Error C2653 'AMyCharacter': is not a class or namespace name Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 107
  296. Error C2065 'bCrouchToggle': undeclared identifier Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 109
  297. Error C2065 'bCrouchToggle': undeclared identifier Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 111
  298. Error C2065 'bCrouchToggle': undeclared identifier Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 113
  299. Error C2065 'bCrouchToggle': undeclared identifier Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 115
  300. Error C2653 'AMyCharacter': is not a class or namespace name Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 119
  301. Error C3861 'Jump': identifier not found Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 121
  302. Error C2653 'AMyCharacter': is not a class or namespace name Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 124
  303. Error C3861 'StopJumping': identifier not found Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 126
  304. Error C2653 'AMyCharacter': is not a class or namespace name Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 129
  305. Error C2065 'bFlashlightToggle': undeclared identifier Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 131
  306. Error C2065 'bFlashlightToggle': undeclared identifier Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 133
  307. Error C2065 'bFlashlightToggle': undeclared identifier Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 135
  308. Error C2065 'bFlashlightToggle': undeclared identifier Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 137
  309. Error C2653 'AMyCharacter': is not a class or namespace name Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 141
  310. Error C3861 'GetCharacterMovement': identifier not found Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 143
  311. Error C2227 left of '->MaxWalkSpeed' must point to class/struct/union/generic type Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 143
  312. Error C2653 'AMyCharacter': is not a class or namespace name Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 146
  313. Error C3861 'GetCharacterMovement': identifier not found Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 148
  314. Error C2227 left of '->MaxWalkSpeed' must point to class/struct/union/generic type Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 148
  315. Error C2653 'AMyCharacter': is not a class or namespace name Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 151
  316. Error C2065 'LightMeter': undeclared identifier Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 153
  317. Error C2065 'bFlashlightToggle': undeclared identifier Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 154
  318. Error C2065 'LightMeter': undeclared identifier Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 156
  319. Error C2653 'UGameplayStatics': is not a class or namespace name Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 159
  320. Error C2355 'this': can only be referenced inside non-static member functions or non-static data member initializers Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 159
  321. Error C2653 'APointLight': is not a class or namespace name Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 159
  322. Error C3861 'StaticClass': identifier not found Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 159
  323. Error C1003 error count exceeds 100; stopping compilation Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 159
  324. Error C2653 'AMyCharacter': is not a class or namespace name Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 7
  325. Error C4430 missing type specifier - int assumed. Note: C++ does not support default-int Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 8
  326. Error C2065 'PrimaryActorTick': undeclared identifier Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 10
  327. Error C2228 left of '.bCanEverTick' must have class/struct/union Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 10
  328. Error C4508 'AMyCharacter': function should return a value; 'void' return type assumed Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 11
  329. Error C2653 'AMyCharacter': is not a class or namespace name Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 13
  330. Error C4430 missing type specifier - int assumed. Note: C++ does not support default-int Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 13
  331. Error C2550 'AMyCharacter': constructor initializer lists are only allowed on constructor definitions Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 14
  332. Error C2065 'PlayerCamera': undeclared identifier Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 16
  333. Error C2065 'CreateDefaultSubobject': undeclared identifier Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 16
  334. Error C2065 'UCameraComponent': undeclared identifier Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 16
  335. Error C2065 'PlayerCamera': undeclared identifier Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 17
  336. Error C2227 left of '->AttachTo' must point to class/struct/union/generic type Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 17
  337. Error C3861 'GetRootComponent': identifier not found Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 17
  338. Error C2065 'Diughlight': undeclared identifier Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 19
  339. Error C2065 'CreateDefaultSubobject': undeclared identifier Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 19
  340. Error C2065 'USpotLightComponent': undeclared identifier Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 19
  341. Error C2065 'Diughlight': undeclared identifier Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 20
  342. Error C2227 left of '->AttachTo' must point to class/struct/union/generic type Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 20
  343. Error C2065 'PlayerCamera': undeclared identifier Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 20
  344. Error C4508 'AMyCharacter': function should return a value; 'void' return type assumed Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 26
  345. Error C2653 'AMyCharacter': is not a class or namespace name Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 29
  346. Error C2653 'Super': is not a class or namespace name Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 31
  347. Error C2065 'Diughlight': undeclared identifier Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 33
  348. Error C2227 left of '->SetIntensity' must point to class/struct/union/generic type Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 33
  349. Error C2653 'AMyCharacter': is not a class or namespace name Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 38
  350. Error C2653 'Super': is not a class or namespace name Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 40
  351. Error C2065 'LightMeter': undeclared identifier Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 42
  352. Error C2664 'void UEngine::AddOnScreenDebugMessage(int32,float,FColor,const FString &,bool,const FVector2D &)': cannot convert argument 4 from 'bool' to 'const FString &' Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 42
  353. Error C3861 'GetLightIntensity': identifier not found Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 43
  354. Error C2065 'bCrouchToggle': undeclared identifier Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 45
  355. Error C3861 'Crouch': identifier not found Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 47
  356. Error C3861 'UnCrouch': identifier not found Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 51
  357. Error C2065 'bFlashlightToggle': undeclared identifier Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 54
  358. Error C2065 'Diughlight': undeclared identifier Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 56
  359. Error C2227 left of '->SetIntensity' must point to class/struct/union/generic type Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 56
  360. Error C2065 'Diughlight': undeclared identifier Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 60
  361. Error C2227 left of '->SetIntensity' must point to class/struct/union/generic type Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 60
  362. Error C2653 'AMyCharacter': is not a class or namespace name Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 66
  363. Error C2653 'Super': is not a class or namespace name Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 68
  364. Error C2355 'this': can only be referenced inside non-static member functions or non-static data member initializers Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 71
  365. Error C2653 'AMyCharacter': is not a class or namespace name Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 71
  366. Error C2065 'MoveForward': undeclared identifier Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 71
  367. Error C2355 'this': can only be referenced inside non-static member functions or non-static data member initializers Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 72
  368. Error C2653 'AMyCharacter': is not a class or namespace name Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 72
  369. Error C2065 'MoveRight': undeclared identifier Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 72
  370. Error C2355 'this': can only be referenced inside non-static member functions or non-static data member initializers Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 73
  371. Error C2653 'AMyCharacter': is not a class or namespace name Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 73
  372. Error C2065 'LookUp': undeclared identifier Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 73
  373. Error C2355 'this': can only be referenced inside non-static member functions or non-static data member initializers Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 74
  374. Error C2653 'AMyCharacter': is not a class or namespace name Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 74
  375. Error C2065 'LookRight': undeclared identifier Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 74
  376. Error C2355 'this': can only be referenced inside non-static member functions or non-static data member initializers Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 76
  377. Error C2653 'AMyCharacter': is not a class or namespace name Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 76
  378. Error C2065 'ToggleCrouch': undeclared identifier Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 76
  379. Error C2355 'this': can only be referenced inside non-static member functions or non-static data member initializers Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 77
  380. Error C2653 'AMyCharacter': is not a class or namespace name Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 77
  381. Error C2065 'StartJump': undeclared identifier Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 77
  382. Error C2355 'this': can only be referenced inside non-static member functions or non-static data member initializers Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 78
  383. Error C2653 'AMyCharacter': is not a class or namespace name Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 78
  384. Error C2065 'ToggleFlashlight': undeclared identifier Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 78
  385. Error C2355 'this': can only be referenced inside non-static member functions or non-static data member initializers Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 79
  386. Error C2653 'AMyCharacter': is not a class or namespace name Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 79
  387. Error C2065 'StartSprint': undeclared identifier Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 79
  388. Error C2355 'this': can only be referenced inside non-static member functions or non-static data member initializers Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 80
  389. Error C2653 'AMyCharacter': is not a class or namespace name Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 80
  390. Error C2065 'EndSprint': undeclared identifier Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 80
  391. Error C2653 'AMyCharacter': is not a class or namespace name Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 85
  392. Error C3861 'GetActorForwardVector': identifier not found Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 87
  393. Error C3861 'AddMovementInput': identifier not found Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 88
  394. Error C2653 'AMyCharacter': is not a class or namespace name Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 91
  395. Error C3861 'GetActorRightVector': identifier not found Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 93
  396. Error C3861 'AddMovementInput': identifier not found Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 94
  397. Error C2653 'AMyCharacter': is not a class or namespace name Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 97
  398. Error C3861 'AddControllerPitchInput': identifier not found Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 99
  399. Error C2653 'AMyCharacter': is not a class or namespace name Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 102
  400. Error C3861 'AddControllerYawInput': identifier not found Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 104
  401. Error C2653 'AMyCharacter': is not a class or namespace name Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 107
  402. Error C2065 'bCrouchToggle': undeclared identifier Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 109
  403. Error C2065 'bCrouchToggle': undeclared identifier Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 111
  404. Error C2065 'bCrouchToggle': undeclared identifier Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 113
  405. Error C2065 'bCrouchToggle': undeclared identifier Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 115
  406. Error C2653 'AMyCharacter': is not a class or namespace name Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 119
  407. Error C3861 'Jump': identifier not found Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 121
  408. Error C2653 'AMyCharacter': is not a class or namespace name Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 124
  409. Error C3861 'StopJumping': identifier not found Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 126
  410. Error C2653 'AMyCharacter': is not a class or namespace name Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 129
  411. Error C2065 'bFlashlightToggle': undeclared identifier Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 131
  412. Error C2065 'bFlashlightToggle': undeclared identifier Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 133
  413. Error C2065 'bFlashlightToggle': undeclared identifier Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 135
  414. Error C2065 'bFlashlightToggle': undeclared identifier Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 137
  415. Error C2653 'AMyCharacter': is not a class or namespace name Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 141
  416. Error C3861 'GetCharacterMovement': identifier not found Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 143
  417. Error C2227 left of '->MaxWalkSpeed' must point to class/struct/union/generic type Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 143
  418. Error C2653 'AMyCharacter': is not a class or namespace name Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 146
  419. Error C3861 'GetCharacterMovement': identifier not found Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 148
  420. Error C2227 left of '->MaxWalkSpeed' must point to class/struct/union/generic type Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 148
  421. Error C2653 'AMyCharacter': is not a class or namespace name Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 151
  422. Error C2065 'LightMeter': undeclared identifier Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 153
  423. Error C2065 'bFlashlightToggle': undeclared identifier Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 154
  424. Error C2065 'LightMeter': undeclared identifier Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 156
  425. Error C2653 'UGameplayStatics': is not a class or namespace name Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 159
  426. Error C2355 'this': can only be referenced inside non-static member functions or non-static data member initializers Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 159
  427. Error C2653 'APointLight': is not a class or namespace name Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 159
  428. Error C3861 'StaticClass': identifier not found Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 159
  429. Error C1003 error count exceeds 100; stopping compilation Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 159
  430. Error C2143 syntax error: missing ';' before '*' Horror i:\unreal projects\horror\source\horror\MyCharacter.h 89
  431. Error C4430 missing type specifier - int assumed. Note: C++ does not support default-int Horror i:\unreal projects\horror\source\horror\MyCharacter.h 89
  432. Error C2238 unexpected token(s) preceding ';' Horror i:\unreal projects\horror\source\horror\MyCharacter.h 89
  433. Error C2065 'AWeaponBase': undeclared identifier Horror i:\unreal projects\horror\source\horror\MyCharacter.h 92
  434. Error C2059 syntax error: '>' Horror i:\unreal projects\horror\source\horror\MyCharacter.h 92
  435. Error C2976 'TArray': too few template arguments Horror i:\unreal projects\horror\source\horror\MyCharacter.h 92
  436. Error C4624 'AMyCharacter': destructor was implicitly defined as deleted Horror i:\unreal projects\horror\source\horror\MyCharacter.h 106
  437. Error C2282 'AMyCharacter::~AMyCharacter' cannot override 'ACharacter::~ACharacter' Horror i:\unreal projects\horror\source\horror\MyCharacter.h 106
  438. Error C2512 'TArray': no appropriate default constructor available Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 8
  439. Error C2512 'TArray': no appropriate default constructor available Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 14
  440. Warning C4996 'USceneComponent::AttachTo': This function is deprecated, please use AttachToComponent instead. Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile. Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 17
  441. Warning C4996 'USceneComponent::AttachTo': This function is deprecated, please use AttachToComponent instead. Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile. Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 20
  442. Error C2143 syntax error: missing ';' before '*' Horror i:\unreal projects\horror\source\horror\MyCharacter.h 89
  443. Error C4430 missing type specifier - int assumed. Note: C++ does not support default-int Horror i:\unreal projects\horror\source\horror\MyCharacter.h 89
  444. Error C2238 unexpected token(s) preceding ';' Horror i:\unreal projects\horror\source\horror\MyCharacter.h 89
  445. Error C2065 'AWeaponBase': undeclared identifier Horror i:\unreal projects\horror\source\horror\MyCharacter.h 92
  446. Error C2059 syntax error: '>' Horror i:\unreal projects\horror\source\horror\MyCharacter.h 92
  447. Error C2976 'TArray': too few template arguments Horror i:\unreal projects\horror\source\horror\MyCharacter.h 92
  448. Error C4624 'AMyCharacter': destructor was implicitly defined as deleted Horror i:\unreal projects\horror\source\horror\MyCharacter.h 106
  449. Error C2282 'AMyCharacter::~AMyCharacter' cannot override 'ACharacter::~ACharacter' Horror i:\unreal projects\horror\source\horror\MyCharacter.h 106
  450. Error C2512 'TArray': no appropriate default constructor available Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 8
  451. Error C2512 'TArray': no appropriate default constructor available Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 14
  452. Warning C4996 'USceneComponent::AttachTo': This function is deprecated, please use AttachToComponent instead. Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile. Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 17
  453. Warning C4996 'USceneComponent::AttachTo': This function is deprecated, please use AttachToComponent instead. Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile. Horror i:\unreal projects\horror\source\horror\MyCharacter.cpp 20
  454. Error UBT ERROR: Failed to produce item: I:\Unreal Projects\Horror\Binaries\Win64\UE4Editor-Horror.dll Horror I:\Unreal Projects\Horror\Intermediate\ProjectFiles\UnrealBuildTool 1
  455. Error MSB3075 The command "I:\UE_4.19\Engine\Build\BatchFiles\Build.bat HorrorEditor Win64 Development "I:\Unreal Projects\Horror\Horror.uproject" -WaitMutex -FromMsBuild" exited with code 5. Please verify that you have sufficient rights to run this command. Horror C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.MakeFile.Targets 41
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement