Audit Profile Doesn't Create Table

I just setup a new audit profile and configured it to auto-create the table. So far there’s no table. I’ve tried logging in and out to trigger an event thinking that might do it but no luck. I’m on version 8.0.15 and using SQL Server Express. Anyone know why this is happening? I’m using my default database and have had no problems writing to it.

Edit: Turns out you have to Enable Auditing under Audit Settings and add the profile in a specific project before the table is created. Problem solved.

Thanks