Can't debug the example projects provided with the SDK
Hey there.
Just recently I started learning the AE SDK. After reading through the first couple of pages from the SDK Guide I decided to try and build/debug the example visual studio projects.
I tried with the "Skeleton" template project and with the "Resizer effect project" but with both of them I can't seem to make it work.
![]()
I have set the AE_PLUGIN_BUILD_DIR enviroment variable to the correct path, and I have also made sure visual studio debugs using AfterFX.exe
However, if I try and launch debug (F5) from visual studio...nothing happens. After Effects DOES open, but nothing happens after that.
I checked my output log and...well its full of messages like :
'AfterFX.exe' (Win32): Loaded 'C:\Program Files\Adobe\Adobe After Effects CC 2015\Support Files\AudioFilters.dll'. Cannot find or open the PDB file.
'AfterFX.exe' (Win32): Loaded 'C:\Program Files\Adobe\Adobe After Effects CC 2015\Support Files\ProjectConverterHost.dll'. Cannot find or open the PDB file.
'AfterFX.exe' (Win32): Loaded 'C:\Program Files\Adobe\Adobe After Effects CC 2015\Support Files\TransmitHost.dll'. Cannot find or open the PDB file.
'AfterFX.exe' (Win32): Loaded 'C:\Program Files\Adobe\Adobe After Effects CC 2015\Support Files\DisplaySurface.dll'. Cannot find or open the PDB file.
'AfterFX.exe' (Win32): Loaded 'C:\Program Files\Adobe\Adobe After Effects CC 2015\Support Files\FLT.dll'. Cannot find or open the PDB file.
'AfterFX.exe' (Win32): Loaded 'C:\Program Files\Adobe\Adobe After Effects CC 2015\Support Files\RG.dll'. Cannot find or open the PDB file.
There are a lot more of these erros...basically for every DLL in the \Support Files\ folder.
At the end of my output log I have the following :
<5060> <AppVers> <5> App Version = 13.5.1.1x48 release
<5060> <AppDirs> <5> App Dir = C:\Program Files\Adobe\Adobe After Effects CC 2015\Support Files
<5060> <AppDirs> <5> Executable Dir = C:\Program Files\Adobe\Adobe After Effects CC 2015\Support Files
<5060> <AppDirs> <5> Resources Dir = C:\Program Files\Adobe\Adobe After Effects CC 2015\Support Files
<5060> <AppDirs> <5> Package Dir = C:\Program Files\Adobe\Adobe After Effects CC 2015\Support Files
<5060> <AppDirs> <5> Plugin Dir = C:\Program Files\Adobe\Adobe After Effects CC 2015\Support Files\Plug-ins
<5060> <AppDirs> <5> Required Dir = C:\Program Files\Adobe\Adobe After Effects CC 2015\Support Files\Required
'AfterFX.exe' (Win32): Loaded 'C:\Program Files\Adobe\Adobe After Effects CC 2015\Support Files\aeres1.dll'. Cannot find or open the PDB file.
'AfterFX.exe' (Win32): Unloaded 'C:\Program Files\Adobe\Adobe After Effects CC 2015\Support Files\aeres1.dll'
The program '[3244] AfterFX.exe' has exited with code 0 (0x0).
Can anyone tell me what am I missing?
