Your error is coming from y_hooks:
but you did include
and did
which is just a comment.
You should remove both lines and do
instead.
Code:
Use `#include <YSI_Coding\y_hooks>`
but you did include
Code:
#include <YSI\y_hooks>
and did
Code:
//#include <YSI_Coding\y_hooks>
which is just a comment.
You should remove both lines and do
Code:
#include <YSI_Coding\y_hooks>
instead.