Jump to content

Issue loading SKSE source code into Visual C++ - 2.1.5


Recommended Posts

Posted

Hoping one of the C++ experts here can help as I'm currently dead in the water trying to recompile Random Sex for 1.6.535.

 

I have tried loading the SKSE solution (skse64.sln) into Visual C++ and am finding a bunch of the projects show as unloaded. Some further digging around gives this error when trying to reload projects with dependencies:

 

 

E:\Code\C++\SKSE64\skse64\skse64_common\skse64_common.vcxproj : error  : The imported project "E:\Code\C++\SKSE64\skse64\sheets\ForcedInclude.props" was not found. Confirm that the expression in the Import declaration "..\sheets\ForcedInclude.props" is correct, and that the file exists on disk.  E:\Code\C++\SKSE64\skse64\skse64_common\skse64_common.vcxproj

 

Anyone run into this and know how to fix?

 

I'd really love to get this working with the Address Library, but I have no idea how to set up my Papyrus interfaces to use the registry with that.

Posted
21 hours ago, Arizona_Steve said:

Hoping one of the C++ experts here can help as I'm currently dead in the water trying to recompile Random Sex for 1.6.535.

 

I have tried loading the SKSE solution (skse64.sln) into Visual C++ and am finding a bunch of the projects show as unloaded. Some further digging around gives this error when trying to reload projects with dependencies:

 

 

E:\Code\C++\SKSE64\skse64\skse64_common\skse64_common.vcxproj : error  : The imported project "E:\Code\C++\SKSE64\skse64\sheets\ForcedInclude.props" was not found. Confirm that the expression in the Import declaration "..\sheets\ForcedInclude.props" is correct, and that the file exists on disk.  E:\Code\C++\SKSE64\skse64\skse64_common\skse64_common.vcxproj

 

Anyone run into this and know how to fix?

 

I'd really love to get this working with the Address Library, but I have no idea how to set up my Papyrus interfaces to use the registry with that.

 

Learning myself and went right to the source.

 

Apparently, a folder was missed, redownload skse 2.1.5

Posted

Just tried redownloading and have the same error. Visual C++ 2019 community edition, latest patches applied.

 

Edit: Figured out a solution, if anyone runs into the same issue:

 

Go to SKSE source repository at https://github.com/ianpatt/skse64/tree/master/sheets

Copy the four files at this location under src/skse64/sheets (you will need to create the sheets subdirectory).

 

Some minor tweaking around the common directory (latest SKSE moves this to common/common for some reason and the include file location in common_vc14 doesn't work correctly) and I am able to get this compiled.

 

Now to fix up Random Sex...

 

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...