When I generate all the nearly 600 banks in my project as a group, I get several of these errors:
LogDirectoryWatcher: A directory notification failed for 'R:/Project/Content/WwiseAudio' because it was empty or there was a buffer overflow. Attemping another request...
when I look at the code, it looks like the directory watcher is responsible for catching new files and doing further processing on them. Is that the case? Is this message a sign that the data might be incomplete?