Problems manually adding blocks to Visual Studio Project

Hi all,

hopefully this is an easy fix. I’m trying to add the OSC block to my project manually - I didn’t include it in the tinderbox project because I didn’t know I needed it add the time.

I’ve added the block’s source directory to the project’s additional include directories - shouldn’t that be enough as there are no static libs to add to the additional library directories or additional dependencies…

when I try build the project, it throws error LNK2019: unresolved external symbol…

Hi,

You might have skipped compiling the *.cpp files. You would have to add them to the project too.

Bala.