Skip to content

Missing an assembly reference?

Problem

When creating or running a SplashKit project on Windows, an error may appear stating, “are you missing an assembly reference?”. This issue can happen if the project is named “SplashKit,” which can conflict with internal references.

Error Example

Solution

To resolve this error, avoid naming your project “SplashKit.”

  1. Rename Your Project Folder

    Make sure the folder where you create your SplashKit project does not use the name “SplashKit.”

    Choose a unique folder name, as the project name is automatically generated based on this folder.

  2. Recreate the Project (if needed)

    If you continue to see the error, try recreating the project in a new folder with a different name to avoid cached references to the original setup.

Following these steps should eliminate any naming conflicts, allowing your SplashKit project to compile and run without the assembly reference error.