Forum

    • Register
    • Login
    • Search
    • Categories

    A Quick Note for Third Party Nodes:

    C++ Development
    1
    1
    51
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • iamlamprey
      iamlamprey last edited by iamlamprey

      For anyone looking to experiment with third party nodes, if you end up getting No such file or directory errors while compiling, change your

      #include <path/file.h>
      

      to

      #include "path/file.h"
      

      In the node file, as well as all sub-files, for the library you're trying to import.

      I love C++ 🙂

      Music - Instruments

      1 Reply Last reply Reply Quote 3
      • First post
        Last post

      10
      Online

      982
      Users

      6.6k
      Topics

      60.8k
      Posts