‘React/RCTAppSetupUtils.h’ file not found while building React Native project

I am trying to build my React Native project but every time I am getting this message in my AppDelegate.mm file:

'React/RCTAppSetupUtils.h' file not found

I’ve tried deleting and reinstalling pods, deleting my build folder, and updating my packages, but none of that fixed the issue. Are there any known fixes to this error?