Can’t see what’s wrong immediately but try replacing that #include “AttributesSet.h”
with the full path to the header something like this
#include "E:\Snort\Source\Snort\gas\SnortAttributeSet.h"
but your path to the file.
Sometimes it will pick up the include path during full rebuild so you could try that aswell.