Author Topic: C++ body contains "empty string" include  (Read 3652 times)

Thomas Arnbjerg

  • EA User
  • **
  • Posts: 86
  • Karma: +0/-0
    • View Profile
C++ body contains "empty string" include
« on: August 15, 2024, 04:30:03 pm »
Hi all,

I have to seemingly identical classes. When I generate C++ code I see the following in the body file in one of the body files (cpp):

#include ""

The other correctly contains:

#include "./ConfigureSledResponse.hpp"

Any ideas?

Thomas Arnbjerg

  • EA User
  • **
  • Posts: 86
  • Karma: +0/-0
    • View Profile
Re: C++ body contains "empty string" include
« Reply #1 on: August 15, 2024, 04:37:14 pm »
Update - the class, which correctly includes the header contains a custom tag with the includes. This tag is used in the code generation.

This solves my problem.