Index: bp-loader.php
===================================================================
--- bp-loader.php
+++ bp-loader.php
@@ -228,7 +228,7 @@ class BuddyPress {
 
 		// Path and URL
 		if ( ! defined( 'BP_PLUGIN_DIR' ) ) {
-			define( 'BP_PLUGIN_DIR', trailingslashit( WP_PLUGIN_DIR . '/buddypress' ) );
+			define( 'BP_PLUGIN_DIR', trailingslashit( dirname( __FILE__ ) ) );
 		}
 
 		if ( ! defined( 'BP_PLUGIN_URL' ) ) {
