https://github.com/google/flatbuffers/releases 이동 다운로드 Source code 폴더 안에 include 있으니까 그거 솔루션 파일에 추가하면 됨
다운로드 https://github.com/google/flatbuffers/releases 문법 https://flatbuffers.dev/
flatc --cpp -o ./cpp/ ./monster.fbs flatc --cpp -o ./output/Cpp ./monster.fbs flatc --cpp -o ./output/Cpp ./cpp/monster.fbs