Can't find'.hxx' files when compiling

The root compiler can’t find’.hxx’ files when compiling.
But it works when I delete the #include lines

fatal error: 'RDataFrame.hxx' file not found
#include "RDataFrame.hxx"
   ------------------------------------------------------------------
  | Welcome to ROOT 6.30/06                        https://root.cern |
  | (c) 1995-2024, The ROOT Team; conception: R. Brun, F. Rademakers |
  | Built for linuxx8664gcc on May 25 2024, 12:05:57                 |
  | From heads/master@tags/v6-30-06                                  |
  | With c++ (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0                   |
  | Try '.help'/'.?', '.demo', '.license', '.credits', '.quit'/'.q'  |
   ------------------------------------------------------------------

make sure to source thisroot.sh before compiling your code

I source ....../bin/thisroot.sh in .zshrc.
And I just tried to source it manully before compiling. Still can’t find hxx files.

How do you compile your code? Are you using root-config --cflags, or at least root-config --incdir?

I just run my code by
root -q -l -b analyse_t0.cpp

Then you don’t compile it… And I found the issue it should be #include "ROOT/RDataFrame.hxx"