Skip to main content
Known Participant
April 3, 2025
Answered

SDK missing PrSDK.lib

  • April 3, 2025
  • 1 reply
  • 543 views

I am making a plug-in using AI. AI asks for PrSDK.lib.

Premiere Pro 24.0 SDK missing PrSDK.lib—where’s the full C++ SDK?
Correct answer Bruce Bullis

There are a lot of tools I’d like to create, but I wanted to test both these tools (and myself) by having them create this first:
As in other Adobe software, I wanted the space bar to act as the hand tool while it’s held down.

I managed to achieve this using AutoHotkey along with some coding through Grok.
It worked fine at first, but I ran into a problem I couldn’t solve — so I decided to try implementing it in Visual Studio instead.


There is no API that will allow your code to forcibly change the current tool. 

1 reply

Bruce Bullis
Community Manager
Community Manager
April 3, 2025

You have the full SDK; we have no idea what "AI" means, when it asks for that.

SinaNJAuthor
Known Participant
April 4, 2025

Thanks for replying.

First, I have a very general understanding of programming.
I'm using ChatGPT and Grok to create a tool I need.

During the process, Grok asked for the PrSDK.lib file, but I couldn't find it in the SDK I downloaded from Adobe's website.
It also claims that the Premiere Pro SDK zip file should be 20–50 MB, which is why I asked my question.

That said, I'd appreciate it if you could give me a hint on what to do next.

Bruce Bullis
Community Manager
Community Manager
April 4, 2025

Grok is 100% wrong, above. Keep in mind; neither Grok nor ChatGPT have ever successfully created ANY plugins for PPro. 🙂

>I'd appreciate it if you could give me a hint on what to do next.

What is it you're trying to write a plugin, to actually do?